/*************************************************************************************/ 
/*                                                                                   */
/*                                Control Style                                    */
/*                                                                                   */
/*************************************************************************************/

body,p,a,li,span,h1,h2,h3,h4,h5,h6 { font-family: 黑体,微软雅黑,sans-serif; }


/*===================================================================================*/
/*  NAVIGATION                                                                       */
/*===================================================================================*/
.nav {
    top: -80px;
    left: 0;
    width: 100%;
    z-index: 100;
    padding: 0 15%; 
    position: fixed;
    background-color: #fff;
    -webkit-box-shadow:  0px 1px 2px 0px rgba(0, 0, 0, 0.1);
       -moz-box-shadow:  0px 1px 2px 0px rgba(0, 0, 0, 0.1);
            box-shadow:  0px 1px 2px 0px rgba(0, 0, 0, 0.1);
    -webkit-transition: all .5s ease;
       -moz-transition: all .5s ease;
    	    transition: all .5s ease;
}
.nav.fixed { top: 0; }
.logo {
    height: 80px;
    display: table-cell;
    vertical-align: middle;
}
#nav .navbar-toggle {
    position: absolute;
    display: none;
    line-height: 70px;
    top: 0;
    left: 0;
}
#nav .navbar-toggle span {
    display:block;
    background-color: #cccccc;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    margin-top: 4px;
}
#nav .navbar-toggle span:first-child {
    margin-top: 0px;
}

    /*--------- menu style ----------*/
    .menu {
        height: 80px;
        margin-bottom: 0;
        display: table-cell;
        vertical-align: middle;
    }
        .menu li {
            display: inline;
            margin-left: 25px;
        }
        .menu li:first-child {
            margin-left: 0px;
        }

        .menu a, .mobile-menu a {
            color: #000;
            font-size: 15px;
            text-transform: uppercase;
            letter-spacing: 0.03em;
        }
        .menu li:last-child a, .mobile-menu li:last-child a  {
            color: #888;
        }
        .menu a:hover, .menu .current a,
        .mobile-menu a:hover, .mobile-menu .current a {
            color: #ffc600;
        }

    /*---------- mobile menu style ------------*/
    .mobile-btn {
        display: none;
        height: 80px;
        margin-bottom: 0;
        vertical-align: middle;
    }
        .mobile-btn i {
            color: #444;
            width: 35px;
            height: 35px;
            cursor: pointer;
            text-align: center;
            font-size: 28px;
            line-height: 35px;
            float: right;
            position: relative;
            display: block;
        }

    .mobile-menu {
        display: none;
        float: right;
        width: 100%;
        margin-bottom: 5px;
    }
        .mobile-menu li {
            float: left;
            width: 50%;
            text-align: center;
            margin: 0 0 5px 0;
            padding-top: 5px;
            border-top: 1px dotted #d1d1d1;
        }


/*===================================================================================*/
/*  Home Page                                                                       */
/*===================================================================================*/
    #home {
        background: url('../images/home_background.png') no-repeat top center;
        background-size: auto 100%;
    }
    .home-content {
        width: 90%;
        margin: 0px auto;
        height: 100%;
        text-align: center;
        position: relative;
    }
        .home-content img {
            top: 200px;
            margin: 0 auto;
            position: relative;
        }


/*===================================================================================*/
/*  Products Page                                                                    */
/*===================================================================================*/
    .features {
        text-align: center;
    }
        #products .span3 p {
            color:#333333;
            padding-top: 2em;
            font-size: 1em;
            text-align: center;
            margin-bottom: 0;
        }
            #products .span3 p span {
                background: #dbdbdb;
                display: block;
                margin: 0 auto;
                max-width: 230px;
                -webkit-border-radius: 50%;
                   -moz-border-radius: 50%;
                        border-radius: 50%;
            }
            #products .span3 p span:hover {
                background: #fde700;
            }
            #products .span3 p img {
                vertical-align: bottom;
                -webkit-border-radius: 50%;
                   -moz-border-radius: 50%;
                        border-radius: 50%;
                -webkit-transition: 400ms;
                   -moz-transition: 400ms;
                     -o-transition: 400ms;
                        transition: 400ms;
            }
                #products .span3 p img:hover {
                    -webkit-transform: scale(.9);
                       -moz-transform: scale(.9);
                         -o-transform: scale(.9);
                            transform: scale(.9);
                }
        #products .span3 h2 {
            color: #000000;
            font-size: 18px;
            text-align: center;
            margin-bottom: 0;
            letter-spacing: 0.1em;
            font-weight: 400;
            padding-top: 25px;
        }
        #products .span3 h5 {
            text-align: center;
            font-size: 16px;
            font-weight: 300;
            margin:0;
            padding:0;
        }


/*===================================================================================*/
/*  Screen3 / 4 / 5 Page                                                                     */
/*===================================================================================*/
    .section .images-wrapper {
        width: 100%;
        position: relative;
        text-align: center;
        padding-bottom: 90px;
    }
        .section .images-wrapper div {
            width: 90%;
            max-width: 1500px;
            margin: 0 auto;
            -ms-filter:"progid:DXImageTransform.Microsoft.Shadow(Strength=8, Color='#bdbdbd')";
                filter: progid:DXImageTransform.Microsoft.Shadow(Strength=8, Color='#bdbdbd');
            -webkit-box-shadow : 0px 0px 8px 8px #bdbdbd;
               -moz-box-shadow : 0px 0px 8px 8px #bdbdbd;
                 -o-box-shadow : 0px 0px 8px 8px #bdbdbd;
                    box-shadow : 0px 0px 8px 8px #bdbdbd;
        }
            .section .images-wrapper img {
                position: relative;
                margin: 0 auto;
            }


/*===================================================================================*/
/*  Portfolio Page                                                                   */
/*===================================================================================*/
    /*-------- filtrable ul ----------*/
    #filtrable {
        margin-bottom: 0;
        text-align: center;
        margin-top: 3px;
    }
        #filtrable li {
            display: inline;
            margin: 0 3px;
        }
            #filtrable li a {
                color: #565656;
                font-size: 11px;
                padding: 9px 24px;
                position: relative;
                display: inline-block;
                letter-spacing: 0.15em;
                background-color: #fff;
                border: 2px solid #e8e8e8;
                font-weight: 300;
                font-family: 'Oswald', sans-serif;
                -webkit-border-radius: 2px;
                   -moz-border-radius: 2px;
                    -ms-border-radius: 2px;
                     -o-border-radius: 2px;
                        border-radius: 2px;
            }
            #filtrable li a:hover {
                background-color: #ffc600;
                color: #fff;
                border-color: #ffc600;
            }
            #filtrable li a.current {
                color: #fff;
                background-color: #ffc600;
                border-color: #ffc600;
                position: relative;
                box-shadow: 0 0 0 2px #fff inset;
            }

    /*--------- portfolio items -----------*/
    .portfolio-items {
        width: 100%;
        margin: 0;
        overflow: hidden;
        position: relative;
    }
        .portfolio-items article {
            float: left;
            width: 33.333%; 
            overflow: hidden;
            background-color: #ffc600;
            position: relative;
            -webkit-transition: -webkit-transform 0.5s ease;
               -moz-transition: -moz-transform 0.5s ease;
                    transition: transform 0.5s ease;
        }

        .portfolio-items img{
            width: 100%;
            -webkit-transition: -webkit-transform 0.5s ease;
               -moz-transition: -moz-transform 0.5s ease;
                    transition: transform 0.5s ease;
        }
        .portfolio-items .current img{
            opacity: 0.1 !important;
            filter:alpha(opacity=10) !important;
        }
        .portfolio-items article:hover img{
            -webkit-transform: scale(1.2);
               -moz-transform: scale(1.2);
                -ms-transform: scale(1.2);
                 -o-transform: scale(1.2);
                    transform: scale(1.2);
        }

        .portfolio-items p {
            top: 10%;
            left: 0;
            width: 100%;
            text-align: center;
            position: absolute;
            color: #fff;
            font-size: 20px;
            font-weight: 700;
            opacity: 0;
            filter:alpha(opacity=0);
        }
        .portfolio-items span {
            position: relative;
            top: -50px;
            display: block !important;
            margin-bottom: 10px;
            font-size: 30px;
            opacity: 0;
            filter:alpha(opacity=0);
        }


/*===================================================================================*/
/*  Parallax                                                                         */
/*===================================================================================*/
    #parallax {
        background-image: url(../images/parallax.jpg);
        background-size: 100% auto;
        color: #fff;
    }
    .parallax {
        width: 100%;
        overflow: hidden;
        background-attachment: fixed;
        background-position: 50% 0;
        font-family: 黑体,微软雅黑,sans-serif;
    }
        .parallax .container {
            padding: 120px 0 100px 0px;
            position: relative; 
            z-index: 1;
        }
        .parallax .titles {
            margin: 0;
        }
        .parallax .titles h1 {
            color: #000;
            font-size: 28px;
            position: relative;
            font-family: 黑体,微软雅黑,sans-serif;
            letter-spacing: -2px;
        }
        .parallax .titles h1:after {
            border-bottom: 0;
        }
            
    .slide {
        width: 75%;
        margin: 0 auto;
        font-size: 14px;
        text-align: center;
        padding-bottom: 40px;
        color: #000;
        position: relative;
    }

    /*------- testimonials -----------*/
    .testimonials i.icon-quote-left {
        font-size: 70px;
        margin-bottom: 15px;
        display: block;
    }
    .testimonials p {
        font-size: 28px;
        line-height: 52px;
        font-weight: 600;
        padding-bottom: 15px;
        text-transform: none;
        letter-spacing: -2px;
        /*word-spacing: -2px;*/
        /*font-style: italic;*/
    }

    /*--------- control navigation --------*/
    .slide .flex-control-nav {
        margin-bottom: 0;
    }
        .slide .flex-control-nav li {
            margin: 0 3px;
            display: inline-block;
        }
        .slide .flex-control-nav a {
            cursor: pointer;
            text-indent: -9999px;
            width: 10px;
            height: 10px;
            border: 1px solid #fff;
            display: block;
            -webkit-border-radius: 100px;
                -moz-border-radius: 100px;
                -ms-border-radius: 100px;
                    border-radius: 100px;
        }
    .slide .flex-active { 
        background-color: #fff; 
    }

    .overlay {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: url(../images/pattern.png);
        position: absolute;
        z-index: -1;
    }


/*===================================================================================*/
/*  SERVICES                                                                         */
/*===================================================================================*/
    .services {
        text-align: center;
        padding: 25px 10px 10px 10px;
        border: 1px solid transparent;

        webkit-transition: all 0.5s ease;
          -moz-transition: all 0.5s ease;
           -ms-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
               transition: all 0.5s ease;
    }
    .services:hover {
        border: 1px solid #E8E8E8;

        -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
           -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
            -ms-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
                box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
    }

    .services span {
        /* padding: 30px; */
        overflow: hidden;
        margin-bottom: 35px;
        display: inline-block;
        background-color: #fcfcfc;
        border: 2px solid #ddd;
        
        -webkit-box-shadow: 0 0 0 5px #f4f4f4;
           -moz-box-shadow: 0 0 0 5px #f4f4f4;
            -ms-box-shadow: 0 0 0 5px #f4f4f4;
                box-shadow: 0 0 0 5px #f4f4f4;

        -webkit-border-radius: 100px;
           -moz-border-radius: 100px;
            -ms-border-radius: 100px;
             -o-border-radius: 100px;
                border-radius: 100px;

        webkit-transition: all 0.2s ease;
          -moz-transition: all 0.2s ease;
           -ms-transition: all 0.2s ease;
            -o-transition: all 0.2s ease;
               transition: all 0.2s ease;
    }
    .services:hover span {
        border-color: #ffc600;
        background-color: #ffc600;
        box-shadow: 0 0 0 5px #fff inset;
    }

    .services ul h3 {
        margin-bottom: 10px;
    }


/*===================================================================================*/
/*  FOOTER                                                                           */
/*===================================================================================*/
    #footer {
        color: #fff;
        font-size: 14px;
        padding: 30px 0;
        line-height: 14px;
        word-spacing: 5px;
        text-align: center;
        letter-spacing: 2px;
        background-color: #ffc600;

        -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1) inset;
           -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1) inset;
                box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1) inset;
    }
        #footer .logo {
            display: inline;
            float: left;
            height: auto;
        }

        #footer p {
            display: inline-block;
            margin-bottom: 0;
            line-height: 20px;
        }
        #footer p a, #footer p a:hover, #footer p a:visited {
            color: #fff;
            margin: 0;
            padding: 0;
        }

        #footer .social {
            margin-bottom: 0;
            float: right;
        }
            #footer .social li {
                margin-bottom: 0;
                float: left;
                padding-right: 6px;
            }
            #footer .social li:last-child {
                padding-right: 0px;
            }



/*==============================*/
/*         verify-check         */
/*==============================*/

    .overlay {
        display: none;
        background-color: #EAEDEC;
        width: 100%;
        height: 100%;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 100;
        filter: alpha(opacity=80);
        -webkit-opacity : 0.8;
           -moz-opacity : 0.8;
             -o-opacity : 0.8;
                opacity : 0.8;
    }

    #pop_win {
        width: 450px;
        height: 295px;
        display: none;
        z-index: 1000;
        position: fixed;
        _position: absolute;
        background-color: #fdf620;
    }
        #pop_win p {
            font-size: 22px;
        }
        #pop_win #close_dialog{
            color: #000;
            font-size: 9px;
            position: absolute;
            top: 1px;
            right: 2px;
            line-height: 1.2;
            padding: 0 3px;
            z-index: 1;
            font: 11px "Comic Sans MS",sans-serif;
        }

        #pop_win .pop_form {
            float: left;
            width: 240px;
            padding: 40px 0px 0px 25px;
        }
            #pop_win .text_input {
                clear: both;
                background-color: white;
                font-family: "proxima-nova", sans-serif !important;
                border: 1px solid #cccccc;
                -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
                        box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
                color: rgba(0, 0, 0, 0.75);
                display: block;
                font-size: 0.875em;
                margin: 4px 0 13px 0;
                padding: 3px 0 3px 7px;
                height: 2em;
                width: 100%;
                line-height: normal;
                -webkit-box-sizing: border-box;
                   -moz-box-sizing: border-box;
                -webkit-transition: all 0.15s linear;
                   -moz-transition: all 0.15s linear;
                        box-sizing: border-box;
                transition: all 0.15s linear;
                max-width: 200px;
                overflow: inherit;
                border-radius: 5px;
            }
            #pop_win .text_input:active {
                border: 2px solid green;
            }
            #pop_win .btn_submit {
                display: block;
                background-color: #444;
                width: 90px;
                height: 35px;
                line-height: 35px;
                text-align: center;
                border: 0 none;
                color: #FFF;
                font-size: 18px;
                float: left;
                cursor: pointer;
                outline: none;
                margin-top: 7px;
            }
            #pop_win .btn_btn {
                float:right;
                margin-right: 15px;
            }

        #pop_win .text_win {
            position: relative;
            float: left;
            background-color: #5A5A5A;
            color: #AAA;
            height:295px;
            width: 200px;
            margin-left:10px;
        }
        #pop_win #info_text {
            display: table-cell;
            padding-left:13px;
            padding-right: 13px;
            text-align:center;
            vertical-align: middle;
            font-size: 15px;
            line-height: 1.1em;
            width: 100%;
        }


    /*================================*/
    /*              Buy Page          */
    /*================================*/
    #buy .container {
        max-width: 100%;
        position: relative;
    }
        #buy .container .buy-wrapper {
            height: 400px;
            width: 100%;
            background-color: #e6e6e6;
            position: relative;
        }
        #buy .container .buy-content {
            max-width: 940px;
            position: relative;
            height: 100%;
            margin-left: auto;
            margin-right: auto;
        }
        #buy .container h2 {
            font-size: 45px;
            line-height: 45px;
            position: relative;
            top: 50px;
            left: 10px;
            color: #696969;
            font-family: 黑体,微软雅黑,sans-serif;
        }
            #buy .container h2 a {
                cursor: pointer;
                text-decoration: none;
            }
            #buy .container h2 a:hover {
                color: #696969;
            }
        #buy .container .img-wrapper {
            position: relative;
            top: 100px;
            text-align: center;
        }

#pop_win .qr-code {
    position: absolute;
    width: 100%;
    bottom: 10px;
    padding: 2px 10px;
}

#pop_win .text-wrapper {
    position: relative;
    display: table;
    height: 140px;
    top: 17px;
}