html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
* {
    box-sizing: border-box;
}

html {
    height: 100%;
}

body {
    /* min-height: 100%; */
}

html, body {
    font-family: Avenir, Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 0;
    color: #253b56;
    position: relative;
    font-size: 14px;
}

a {
    color: #253b56;
    text-decoration: none;
}
a.external_link{
      color: #1994d7;
}
a:hover {
    color: #1994d7;
    text-decoration: underline;
}

#zh-hk, #en, #zh {
    display: none
}

.langcover {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(25, 148, 215, .5);
    width: 100%;
    height: 100%;
    z-index: 9000;
}

.langbox {
    padding-top: 30px;
    width: 550px;
    height: 240px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: #fff;
    border-radius: 17px;
    box-shadow: #666 0 1px 5px 1px;
}

.langbox_con {
    width: 86%;
    min-height: 100px;
    margin-left: auto;
    margin-right: auto;
}

.langbox_bottom {
    position: absolute;
    bottom: 10px;
    left: 5%;
    width: 90%;
    height: 50px;
    text-align: right;
}

.lang {
    color: #1994d7;
    cursor: pointer;
    margin-bottom: 10px;
}

.lang:hover {
    text-decoration: underline;
}

ul.flatul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    display: block;
    position: relative;
}

ul.flatul li {
    display: inline-block;
    margin: 0;
    padding: 0;
    position: relative;
}

ul.flatul li ul {
    display: none;
}

ul.flatul li:hover ul {
    display: block;
    position: absolute;
    padding: 0;
    background: #ebf6fa;
    z-index: 10001;
}

ul.flatul li:hover ul > li {
    padding: 10px;
    width: 80%;
    font-size: 12px;
}

.navbar {
    min-width: 100%;
    /*  position: fixed; */
    position: relative;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, .2);
    height: 71px;
    z-index: 7000;
}

.nav {
    position: relative;
    width: 940px;
    margin: 0 auto;
}

.navbar ul {
    display: inline-block;
    float: right;
}

.navbar ul li {
    margin-top: 10px;
    line-height: 30px;
    font-size: 14px;
    font-weight: 400;
}

.navbar .logo {
    position: relative;
    display: inline-block;
    cursor: pointer;
    /*  padding: 26px 0 0; */
}

.navbar .logo img {
    height: 36px;
}

.navbar .navbar-nav a {
    padding: 0 20px;
    border: 1px solid rgba(255, 255, 255, 0);
    text-align: center;
    text-decoration: none;
}

.navbar .navbar-nav li:last-child a {
    padding-right: 0;
}

.nav-user a img {
    outline: none;
    border: none;
}

.navbar .navbar-nav {
    color: #253b56;
}

.navbar .navbar-nav:hover {
    color: #1994d7;
}

.navbar .nav-user {
    font-size: 12px;
    font-weight: 400;
    width: 940px;
    margin: 0 auto;
    text-align: right;
    line-height: 15px;
    padding-top: 10px;
}

.navbar .nav-user a, .navbar .nav-user a:hover {
    display: inline-block;
    padding: 0 10px;
    color: #1994d7;
    text-decoration: none;
}

.navbar .nav-user a:hover {
    text-decoration: underline;
}

.add-photopass {
    margin: 0 auto;
    padding: 10px 0;
    background: rgba(255, 255, 255, .7);
    text-align: center;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .5);
}

.search {
    width: 40px;
    height: 100%;
    position: absolute;
    right: 20px;
    top: 0;
    font-size: 25px;
    display: none;
}

.bottom_br {
    display: none
}

.icp {
    width: 100%;
    text-align: left;
    font-size: 12px;
    font-weight: 500;
}

.round-btn {
    border-radius: 100%;
    color: #ffffff;
    border: none;
    background: none;
    width: 50px;
    height: 50px;
    font-size: 20px;
    margin: 0px 5px;
}

.page {
    display: none;
    min-height: 100vh;
}

.indexform {
    text-align: left;
    text-indent: 20px;
}

.btn {
    background: #1994d7;
    -moz-user-select: none;
    background-image: none;
    border-radius: 3px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 8px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    border: none;
    color: #fff;
}

.products .add-gift {
    background-color: #6fa623;
}

input[type=text], input[type=submit], input[type=reset], input[type=passport], button {
    margin: 0;
    padding: 0;
    vertical-align: middle;
}

input[type=text] {
    /*padding: 8px 10px;
    border-radius: 3px;
    border: none;*/
    /*box-shadow: 0 0 2px rgba(0, 0, 0, .5);*/
}

.wrapper {
    position: relative;
    width: 100%;
    min-width: 940px;
}

.wrapper > div, .wrapper > table, .wrapper > div.center-block {
    max-width: 940px;
    margin: 0 auto;
    position: relative;
}

.download-app {
    position: absolute;
    bottom: 20px;
    right: 0px;
    z-index: 1000;
    cursor: pointer;
}

.photopass-intro {
    margin: 30px auto;
    padding: 0px;
    width: 940px;
    vertical-align: top;
}

.photopass-intro li {
    display: table-cell;
    margin: 0;
    width: 235px;
    padding: 10px;
    border-left: 1px solid #a1afc0;
}

.photopass-intro li:first-child {
    border-left: none;
}

.photopass-intro li > div > .fa {
    font-size: 20px;
    color: #8294aa;
    margin-right: 18px;
}

.title {
    font-weight: bold;
    line-height: 1.5em;
    font-size: 14px;
    margin: 0 0 6px;
}

.navbar-filter {
    border-top: 1px solid #d3e0e9;
    border-bottom: 1px solid #d3e0e9;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #ebf6fa 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%, #ebf6fa 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #ebf6fa 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ebf6fa', GradientType=0);
}

.nav-filter ul.filters > li {
    padding: 12px 10px 11px;
    font-size: 14px;
    font-weight: bold;
    color: #253b56;
    border-right: 1px solid #d3e0e9;
}

.nav-filter ul.filters > li:first-child {
    font-size: 18px;
    padding-right: 90px;
}

.nav-filter ul.filters li:hover ul {
    background: #ebf6fa;
    top: 44px;
    left: -5px;
}

.nav-filter ul.filters li:hover ul > li {
    border-bottom: 1px solid #d3e0e9;
}

.nav-filter ul.filters li:hover ul > li:last-child {
    border-bottom: none;
}

.footer {
    margin: 60px 0;
}

.footer .tnc {
    text-align: center;
}

.nav_btmer {
    position: absolute;
    bottom: 0;
    left: 10px;
    width: 90%;
    height: 1px;
    background: #e0e8eb;
}

.footer .tnc li {
    padding: 20px 10px 0;
    font-size: 10px;
}

.footer .copyright {
    text-align: center;
    font-size: 10px;
    margin: 20px auto 50px;
}

.defbut {
    outline: none;
    font-family: Avenir, Helvetica, Arial, sans-serif;
    border: none;
    margin: 0px;
    display: inline-block;
    cursor: pointer;
    font-size: 13px;
    line-height: 2;
    white-space: nowrap;
    color: #fff;
    background: transparent none repeat scroll 0% 0%;

}

.defbuts {
    display: inline-block;
    padding: 0 5px;
    background-color: #61941B;
    transition: background 0.17s linear 0s;
    position: relative;
    height: 27px;
    font-weight: bold;
    font-size: 13px;
    line-height: 26px;
    text-align: center;
    cursor: pointer;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.35);
}

.gradient {
    display: block;
    height: 17px;
    position: relative;
    top: 1px;
    min-width: 60px;
    padding: 0px 16px;
}

.defbuts:hover {
    background-color: #8dc63f;
}

.disinput {
    text-indent: 5px;
    width: 228px;
    border: none;
    padding: 5px 6px 4px;
    font-size: 14px;
    border-radius: 6px;
    box-shadow: 0 1px 3px 0 #777;
    -ms-box-shadow: 0 1px 3px 0 #777;
    -moz-box-shadow: 0 1px 3px 0 #777;;
    -webkit-box-shadow: 0 1px 3px 0 #777;;
    -webkit-appearance: none;
    background-image: none;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.browser {
    font-size: 0;
    width: 941px;
    margin: 0 auto;
    position: relative;
    padding: 20px 0;
}

.browser #thumb, .browser #header {
    display: none;
}

.thumb {
    background-size: cover;
    cursor: pointer;
    display: inline-block;
    margin: 2px !important;
    overflow: hidden;
    position: relative;
}
.video3{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 50px;
}

.thumb .info {
    background: transparent linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.6) 100%) repeat scroll 0 0;
    /*  border-radius: 0 0 3px 3px; */
    bottom: 0;
    display: none;
    left: 0;
    position: absolute;
    transition: all 0.2s ease-in-out 0s;
    width: 100%;
    background: #1994D7;
    min-height: 60px;
    padding: 10px;
}

.thumb:hover .info {
    display: block;
}

.preview-photo {
    max-width: 1140px;
    margin: 0 auto;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #ffffff;
}

.gifts {
    text-align: center;
    width: 100%;
}

.gift-sample {
    display: inline-block;
    position: relative;
}

.gift-photo {
    left: 0;
    position: absolute;
    top: 0;
}

.gift-overlay {
    left: 0;
    position: absolute;
    top: 0;
}

.photo-keychain {
    height: 61px;
    left: 88px;
    top: 14px;
    transform: skew(7deg);
    width: 94px;
}

#langcancel {
    margin-top: 4px;
}

.photo-mug {
    left: 10px;
    top: 30px;
    width: 114px;
}

.photo-canvas {
    height: 236px;
    left: 16px;
    top: 8px;
    width: 325px;
}

.gifts .btn-group {
    margin-bottom: 20px;
}

.gift-item .qty {
    display: none;
    margin-left: 10px;
}

.dropdown-menu {
    display: none;
}

/*
.gifts button {
  -moz-osx-font-smoothing: grayscale;
  -moz-user-select: none;
  background: transparent none repeat scroll 0 0;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 999em;
  box-sizing: border-box;
  color: rgba(0, 0, 0, 0.44);
  cursor: pointer;
  display: inline-block;
  font-feature-settings: "liga";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  height: 38px;
  letter-spacing: -0.02em;
  outline: 0 none;
  padding: 0 14px;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-rendering: optimizelegibility;
  transition: background-color 100ms ease 0s, border-color 100ms ease 0s, color 100ms ease 0s;
  vertical-align: bottom;
  white-space: nowrap;
}
*/
.caret {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #000000;
    content: "";
    display: inline-block;
    height: 0;
    vertical-align: top;
    width: 0;
}

.horizontalSeparator {
    background: rgba(0, 0, 0, 0) linear-gradient(to right, rgba(255, 255, 255, 0) 0px, rgba(223, 223, 223, 1) 5%, rgba(223, 223, 223, 1) 95%, rgba(255, 255, 255, 0) 100%) repeat scroll 0 0;
    clear: both;
    display: block;
    filter: none;
    height: 1px;
    position: relative;
    width: 100%;
}

.park-map {
    width: 100%;
}

.bottomlogo {
    width: 100%;
    position: relative;
    font-size: 10px;
    margin-top: 20px !important;
}

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 1.25dppx),
(min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        /* Black prints faster:
                                      http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */
    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

.submenu {
    position: absolute;
    top: 71px;
    width: 100%;
}

.add-photopass {
    display: none
}

.nav_list > a:hover {
    color: #253b56 !important
}

.bottomlogo img {
    width: 300px;
    position: absolute;
    bottom: 0;
    right: 0;
}

.ico_m {
    position: absolute;
    left: 28px;
}

#nav_me > .hover_eff, #mb_tablan > .hover_eff {
    width: 20%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: #1994d7;
    display: none;
    z-index: 8000;
}

#zh {
    display: none;
}

#pw_header {
    /*
      position: fixed;
      top: 0;
      left: 0;
      z-index: 4000;
      width: 100%;
      background:#fff;
      */
}

.navtext {
    font-weight: 600;
}

.side_bar {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    font-weight: 600;
    width: 70%;
    height: 100%;
    background: #fff;
    z-index: 8000;
    overflow: auto;
}

.side_bar .border {
    z-index: 3000;
    height: 100%;
    width: 12px;
    position: absolute;
    top: 0;
    right: 0;
    /*
    background-image: url(../img/linear.png);
    background-repeat: repeat-y;
    background-size: 100%;
    */
    background: rgba(0, 0, 0, 0) linear-gradient(to right, rgba(255, 255, 255, 1) 0px, rgba(243, 243, 243, 0.5) 30%, rgba(203, 203, 203, 0.5) 50%, rgba(178, 178, 178, 0.5) 65%, rgba(163, 163, 163, 0.9) 100%) repeat scroll 0 0 /*
    background: -webkit-linear-gradient(right, #a4a3a3, #fff);
    background: -moz-linear-gradient(right, #a4a3a3, #fff);
    background: -o-linear-gradient(right, #a4a3a3, #fff);
    background: -ms-linear-gradient(right, #a4a3a3, #fff);
    background: linear-gradient(right, #a4a3a3, #fff);
*/
}

.mob_bars {
    position: absolute;
    top: 0;
    left: 20px;
    font-size: 25px;
    z-index: 10;
    display: none;
}

.mb_user {
    height: 30px;
    line-height: 30px;
    position: relative;
    background: #213b56;
    z-index: 6000;
    color: #fff;
    text-indent: 10px;
    text-decoration: underline;
    display: none;
}

#mb_logout {
    display: none;
}

.nav_list > a {
    display: block;
    height: 50px;
    line-height: 50px;
    position: relative;
    padding-left: 60px;
}

.nav_sub {
    display: none;
}

.ico_right {
    font-size: 20px;
    color: #9db1bc;
    position: absolute;
    left: 10px;
}

.navtext {
    color: #213b56;
    font-size: 14px;
    position: relative;
    top: 2px;
}

@media screen and (max-width: 940px) {
    .nav-user {
        display: none;
    }

    .gaicp {
        text-align: center;
    }

    .logo {
        height: 60px;
        line-height: 60px;
    }

    .navbar ul {
        display: none;
    }

    .icp {
        text-align: center;
    }

    .bottom_br {
        display: block;
    }

    .bottomlogo > div {
        text-align: center;
    }

    .nav {
        width: 100%;
    }

    .nav .logo {
        width: 100%;
        text-align: center;
    }

    .navbar .nav-user {
        width: 100%;
        margin-bottom: 10px;
    }

    .navbar .nav-user a, .navbar .nav-user a:hover, .navbar .nav-user {
        padding: 0 5px;
    }

    .wrapper {
        position: relative;
        width: 100%;
        min-width: 100%;
    }

    .navbar .navbar-nav a {
        padding: 0 0;
    }

    .navbar ul {
        float: none;
    }

    .navbar-nav {
        height: 30px;
        width: 100%;
    }

    .navbar-nav > li {
        display: none !important;
    }

    .mob_bars {
        display: block;
    }
}

@media screen and (max-width: 520px) {
    #redirnotice {
        width: 100% !important;
    }
}


.contentinner,.contentinner li{
  text-align: center;
  list-style: none;
  display: inline-block;
  background-color: #fff;
}
.contentinner li{
  margin: 5px 0;
}
.boxalert{
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 9999;
margin: auto;
background-color: rgba(158, 158, 158, 0.5);
}
.contentalert{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  font-size: 14px;
  height: 200px;
}
.contentinner{
  position: relative;
  margin: 0 auto;
  border-radius: 3px;
  padding: 70px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
}
.contentinner #hideout{
position: absolute;
bottom: 20px;
right: 20px;
}
.help_1 a,.help_2 a{
  color: #0082cb;
  cursor: pointer;
  text-decoration: underline;
}
.selectbox{
  min-height: 30px;
  margin-bottom: 20px;
}
.label{
  display: none;
  position: absolute;
  top: 10px;
  right: 20px;
  width: 20px;
  height: 20px;
  border: 3px solid #8bc34a;
  border-radius: 5px;
  cursor: pointer;
}
.block .label{
 display: block;
}
.checked{
  background-image: url(../img/remsta.png);
  border: 1px solid #628B27;
  background-repeat: no-repeat;
  background-size: 18px 18px;
}
.checked .label{
  display: block;
}
input[type=checkbox]{
  display: none;
}
