﻿/*************************************************************************************/ 
/*                                                                                   */
/*                                Control Style                                    */
/*                                                                                   */
/*************************************************************************************/

    html,body,div,p,a,ul,ol,li,span,h1,h2,h3,h4,h5,h6,nav {
        margin: 0;
        padding: 0;
        border: 0;
        font-size: 100%;
        font: inherit;
        vertical-align: baseline;
    }
	body,p,a,li,span,h1,h2,h3,h4,h5,h6 {
        font-family: 榛戜綋,寰蒋闆呴粦,sans-serif;
    }

    ul {
        list-style: none;
    }

    .alignleft {
    	float: left;
    }
    .alignright {
    	float: right;
    }

    ::selection {
        color: #ffffff;
        background-color: #8e2d0d;
    }

/*===================================================================================*/
/*  NAVIGATION                                                                       */
/*===================================================================================*/
	.nav {
        top: 0px;
        left: 0;
        width: 70%;
        color: #888;
        z-index: 100;
        padding: 0 15%; 
        position: fixed;
        background-color: #fff;
        display: block;

        -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;
    }

    /*--------- menu style ----------*/
    .menu {
        height: 80px;
        margin-bottom: 0;
        display: table-cell;
        vertical-align: middle;
    }
        .menu li {
            display: inline;
            float: left;
            margin-left: 25px;
        }
        .menu li:first-child {
            margin-left: 0px;
        }

        .menu a, .mobile-menu a {
            color: #000;
            font-size: 15px;
            text-transform: uppercase;
            text-decoration: none;
            letter-spacing: 0.03em;
        }
        .menu li:last-child a, .mobile-menu li:last-child a  {
            color: #888;
        }
        .menu a:hover, .menu .current a {
            color: #8e2d0d;
        }


/*===================================================================================*/
/*  FLEXSLIDERS                                                                      */
/*===================================================================================*/

    #product {
        width: 100%;
        height: 100%;
        min-height: 700px;
        padding-top: 80px;
        overflow: hidden;
    }
        #product .flexslider,
        #product .flexslider ul,
        #product .flexslider ul li,
        #product .flexslider ul li div {
            /*width: 100%;*/
            height: 100%;
            min-height: 700px;
        }

        #product .flexslider ul li {
            float: left;
        }
            #product .flexslider .slides li div {
                width: 100%;
                min-width: 940px;
                height: 100%;
                min-height: 600px;
                background-position: center center;
                background-repeat: no-repeat;
                background-size: auto 100%;
            }

        .flex-control-nav {
            list-style: none;
            position: absolute;
            width: 100%;
            text-align: center;
            bottom: 10%;
        }
            .flex-control-nav li {
                display: inline-block;
                margin: 0 0 0 10px;
            }
                .flex-control-nav li a {
                    cursor: pointer;
                    background: none;
                    display: block;
                    height: 10px;
                    width: 10px;
                    text-indent: -9999px;
                    border: 2px solid #a2a2a2;
                    -webkit-border-radius: 6px;
                       -moz-border-radius: 6px;
                        -ms-border-radius: 6px;
                         -o-border-radius: 6px;
                            border-radius: 6px;
                    -webkit-transition: all 0.2s ease-in;
                       -moz-transition: all 0.2s ease-in;
                        -ms-transition: all 0.2s ease-in;
                         -o-transition: all 0.2s ease-in;
                            transition: all 0.2s ease-in; 
                }
                    .flex-control-nav li a.active {
                        background: #616161;
                    } 


/*===================================================================================*/
/*  buy                                                                              */
/*===================================================================================*/

    #content {
        position: absolute;
        left: 60%;
        top: 190px;
        font-size: 18px;
        margin-left: 1.25%;
        margin-right: 1.25%;
        width: 22.5%;
        z-index: 99;
    }
        #content .titles {}
            #content .titles h1 {
                color: #000;
                font-size: 44px;
                font-weight: bold;
                margin-bottom: 5px;
            }
        
        #content hr {
            margin: 20px 0;
        }

        #content .size h2,
        #content .notes .include h2 {
            color: #403d39;
            font-weight: bold;
            font-size: 24px;
            line-height: 1.2em;
            margin-bottom: 5px;
        }
        #content .size h3 {
            color: #66615b;
            font-size: 22px;
        }
        #content .size div {
            margin-top: 5px;
        }
        #content .size p {
            color: #a49e93;
        }

        #content .notes .include {
            margin-bottom: 20px;
        }
        #content .notes .include p {
            color: #66615b;
            font-size: 20px;
            margin-top: 5px;
        }

        #content .notes .buy {
            width: 72px;
            padding: 12px 15px;
            text-align: center;
            background-color: #ff9900;
            -webkit-border-radius: 6px;
               -moz-border-radius: 6px;
                -ms-border-radius: 6px;
                 -o-border-radius: 6px;
                    border-radius: 6px;
        }
        #content .notes .buy:hover{
            background-color:#b33c12
        }
        #content .notes .buy:hover a {
            color:#ffc0a4;
        }
            #content .notes .buy a {
                color: #fff;
            }

        #content .notes a {
            text-decoration: none;
        }


/*===================================================================================*/
/*  FOOTER                                                                           */
/*===================================================================================*/
    #footer {
        color: #fff;
        font-size: 14px;
        padding: 30px 0;
        line-height: 14px;
        word-spacing: 5px;
        text-align: center;
        letter-spacing: 2px;
        background-color: #8e2d0d;

        -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 .container {
            width: 65%;
            margin-left: auto;
            margin-right: auto;
        }
        #footer .logo {
            display: inline;
            float: left;
            height: auto;
        }

        #footer p {
            display: inline-block;
            margin-bottom: 0;
            line-height: 32px;
        }

        #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;
            }
