@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Libre+Baskerville:400,400i,700&subset=latin-ext");
/**{ outline: 1px solid #f00;}*/
html,
body {
    font-family: "Libre Baskerville", sans-serif;
}
.row {
    margin-left: 0;
    margin-right: 0;
}
.container-fluid {
     padding-right: 0; 
     padding-left: 0; 
}
.wrap {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
}
.clearfix {
    clear: both;
    display: block;
}
@media screen and (max-width:768px){
    .clearpadding { padding: 0; }    
}


.navbarcustom {
    background-color: #E3E3E3;
}
.navbar-headercustom {
    width: 100%;
    padding: 0;
    margin: 0;
    /*margin-bottom: 5px;*/
}

.navbar .ani-x .icon-bar {
    transition: .3s;
    opacity: 1;
    transform: translateY(0px) rotateZ(0deg);
}

.navbar .ani-x.active .icon-bar:nth-last-child(1) {
    transform: translateY(-6px) rotateZ(225deg);
    opacity: 1;
}

.navbar .ani-x.active .icon-bar:nth-last-child(2) {
    transform: translateY(0px) rotateZ(0deg);
    opacity: 0;
}

.navbar .ani-x.active .icon-bar:nth-last-child(3) {
    transform: translateY(6px) rotateZ(-225deg);
    opacity: 1;
}

.topbar {
    display: block;
    background: url("../images/bgimgtopbar.png") repeat-x;
    width: 100%;
}

.menu {
    display: block;
    /*width: 100%;*/
}

.menu li {
    text-align: center;
    width: 20%;
    padding: 0;
}

.menu li {
    text-align: center;
    width: 20%;
}

.menu li a {
    color: #000 !important;
    font-weight: bold;  
    line-height: 13px;
}

.menu li a.active {
    color: #982214 !important;
    background-color: #E3E3E3 !important;

}

.navbar-ex1-collapse {
    background-color: #E3E3E3;
}

.menucustom {
    /*max-height: 480px !important; */
    border: 0 !important;
    margin-top: 25px;
}

/* visual */

.visual {
    margin: 95px 0 0;  
}

.visual img,
.carousel-inner>.item img,
.visual-mobile img {
    width: 100%;
}

.carousel-indicators {
    bottom: 40px;
}

.carousel-indicators li {
    background-color: rgba(255,255,255,0.5);
    border: transparent;
}


/*product*/
.product {
    background-color: #fff;
}

@media screen and (max-width:768px){
    .product .col-sm-6:nth-child(2n+1),
    .artists .col-sm-6:nth-child(2n+1) {
        clear: left;
    }
    .product .col-xs-6:nth-child(2n+1),
    .artists .col-xs-6:nth-child(2n+1) {
        clear: unset;
    }
}

@media screen and (min-width:992px){
    .col-md-3:nth-child(4n+1) {
        clear: left;
    }
}

.item {
    /*background-color: #666; */
    /*測試用*/
    margin: 30px 0;
}

.item img {
    width: 90%; 
    border: 0.2px solid #A5A5A5;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
}

.itemcontent {
    color: #4F2716;
    padding: 20px;
}

.itemcontent a {
    color: #4F2716;
    text-decoration: none;
}

.itemcontent h3 {
    font-weight: 700;
}

.itemcontent p {
    font-family: 'Arial Regular', sans-serif;
    font-size: 14px;
}

.productdesctitle {
    font-family: 'Arial Bold', sans-serif;
    font-weight: bold;
    font-size: 15px;
}

.productdescdetail {
    font-family: 'Arial Regular', sans-serif;
    font-size: 15px;
    margin-bottom: 20px
}

.productdescdetail::after {
    content: '';
    display: block;
    clear: both;
}


/* about */

.about {
    background: url("../images/bgimgabout.png") no-repeat left center;
    background-size: cover;
    padding: 50px 10px;
    margin: 0 0 20px;
}

.aboutcontent {
    display: table;
    width: 90%;
    margin: 40px auto 0;
    table-layout: fixed;
}

.aboutcontent p,
.modal-body p {
    font-family: 'Arial Regular', sans-serif;
    margin-bottom: 24px;
    padding: 0 10px;
    margin: 10px 0 10px 0;
}
.aboutcontent p {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.3px;
}
.modal-body p {
    font-size: 13px;
}

.aboutbtndiv {
    width: 100%;
    text-align: center;
    margin-top: 70px;
}

.aboutbtndiv a {
    text-decoration: none;
    color: #000;
}

.aboutbtn {
    display: inline-block;
    text-align: center;
    margin: 10px 0;
    padding: 15px 25px;
    border: 1px solid #000000;
    border-radius: 10px;
    font-size: 14px;
    font-weight: bold;
}

.aboutdetail img {
    width: 95%;
    padding: 5px;
    margin: 5px 5px 5px 8px;
}

.abouttitle,
.producttitle {
    font-size: 36px;
    font-weight: 700;
    margin-left: 11px;
}
.producttitle span.specs {
    display: inline-block;
    font-family: 'Arial Regular', sans-serif;
    font-size: 13.5px;
    margin-left: 25px;
    font-weight: normal;
}
@media screen and (max-width:767px){
    .producttitle span.specs {
        display: block;
        margin-left: 0;
    }
}
.aboutlink {
    font-family: 'Arial Regular', sans-serif !important;
}

.h1custom {
    font-weight: 700;
    margin: 0;
    padding: 40px 0 20px 0;
    text-shadow: 0 2px 4px rgba(0,0,0,0.50);
}

.modal-body p img,
.productimgsmall img,
.productimglarge img {
    width: 100%;
}

.productimglarge {
    padding: 0 15px;
    margin: 0 -15px 0 -15px;
}

@media screen and (max-width:768px){
    .productimglarge {
        padding: 7.5px 15px;
    }
}

.modal-body p a {
    text-decoration: underline;
    color: #000;
    font-weight: 700;
    font-family: "Libre Baskerville", sans-serif;
}


/* storeinfo */

.storeinfodiv {
    padding: 120px 20px;
    text-align: center;
}

.storeinfodiv h2,
.storeinfodiv p {
    font-family: 'Arial Regular', sans-serif;
}

.storeinfodiv h2 {
    font-size: 24px;
}

.storeinfotitle {
    text-align: center !important;
    padding: 0;
    margin: 0 0 20px 0;
    font-size: 20px !important;
}

/* features */

.features {
    text-align: center;
    background-color: #361D1A;
    color: #FFF;
    padding: 30px 0;
    margin: 0;
}
.features h1 {
    margin: 45px 0;
    font-size: 24px;
    font-weight: 500;
}

.featuresdiv {
    margin: 20px 0;
}

.featuresdesc {
    margin: 0;
    padding: 0;
    font-family: 'Arial Regular', sans-serif;
    text-align: left;
    font-weight: normal;
    font-size: 14px;
}
/* contactform */

.contactform {
    background-color: #C3C3C3;
    padding: 0 20px;
    margin: 0 0 20px;
}

.contactinfodiv {
    float: left;
    width: 50%;
    font-family: 'Arial Regular', sans-serif;
}

.contactform p {
    font-weight: 700;
    font-size: 1.3em;
    margin-top: 20px;
}

textarea#userfeedback {
    width: 100%;
}

.error {
  color: #ff0000;
  font-weight: 700;
}

/* footer */

.footer {
    width: 100%;
}

.footerdiv {
    margin: 20px 0 20px 0;
    padding: 20px 0 50px 0;
}

.footercontent {
    font-family: 'Arial Regular', sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    margin-left: 250px;
}

.footerfb {
    text-align: left;
    margin: 0;
}

.noborder {
    border: 0px;
}

.customclose {
    opacity: 1.0;
    width: 40;
    /*font-size: 8.0rem;*/
}

/* artists */
.artists {    
    background-color: #361D1A;
    margin: 0;
    padding: 0;
}
.artists h1 {
    font-family: 'Arial Regular', sans-serif;
    color: #FFF;
    font-size: 48px;
    padding-top: 40px;
    text-align: center;
}
.artistsitem {
    margin: 45px 10px;
    position: relative;
    top: 0;
    left: 0;
    z-index: 2;
}
.artistsimgleft {
    margin-left: 30px;
}
.artistsimgright {
    margin-right: 30px;
}
.artistsimgmiddle {
    margin: 0 15px;
}

.artistsimg img {
    width: 100%;
}

.artistsdesc {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 105px;
    background-color: rgba(0,0,0,0.76);
    color: #fff;
    padding: 20px;
    z-index: 20;
}
.artistsdesc h1 {
    font-size: 24px;
    font-weight: normal;
    padding: 0;
    margin: 0;
}
.artistsdesc a {
    color: #fff;
    text-decoration: underline;
}
.artistsdesc p {
    font-family: 'Arial Regular', sans-serif;
    font-size: 14px;
    font-weight: normal;
    padding: 0;
    margin: 5px 0 0 0;
}


/* 平板 */
@media screen and (min-width: 768px) and (max-width: 991px){
    .navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
        margin: 0;
    }
    .navbar .container-fluid{
        width: 100%;
    }
    .logodiv {
        float: none;
        margin: 0;
        /*width: 100%;*/
    }
    /* 漢堡選單與頁首 */
    .navbar-toggle{
        display: block;
        float: right;
        margin-right: 0;
    }

    /* 選單隱藏區 */
    .collapsing.navbar-collapse{
        margin-left: -15px;
        margin-right: -15px;
    }
    .collapse.navbar-collapse{
        /* padding: 0; */

        margin-left: -15px;
        margin-right: -15px;
        display: none!important;
    }
    .collapse.navbar-collapse.in{
        display: block!important;
    }
    
    .featuresdesc {
        margin: 0 40px;
    }
    .navbarcustom {
        border: 0;
    }

    .toggercustom {
        margin: 30px 30px 0 0;
        border: 0;
        background-color: rgba(255,255,255,0) !important;
    }
    
    .topbar {
        height: auto;
    }

    .menu {
        width: 100%;
        padding: 0 180px;
    }
    
    .logomobilediv {
        display: none;
    }

    .topbar {
        height: 80px;
    }

    .logodiv {
        width: 100%;
    }
    .menu li {
        width: 100%;
        padding-top: 20px;
        font-size: 20px;
    }
    .menu li a,
    .menu li a:hover {
        color: #000 !important;
    }   
    .visual {
        margin: 80px 0 0;
    }
    .menu li:last-child {
        margin-bottom: 20px;
    }

    .item {
        margin: 0 0 30px 0;
    }
}

/* 桌機用 */
@media (min-width: 992px) {
    .navbarcustom {
        border: 0;
    }
    .menu {
        width: 100%;
        height: 43px;
        padding: 0 180px;
    }
    
    .logomobilediv {
        display: none;
    }

    .topbar {
        height: 80px;
    }

    .logodiv {
        width: 100%;
    }
    .visual-mobile {
        display: none;
    }

    .aboutdetaildiv,
    .productdetaildiv {
        width: 90%;
    }

    .abouttitle {
        float: left;
        margin-top: -40px;
    }
    .h1custom {
        font-size: 35px;
    }
    .featuresdesc {
        margin: 0 80px;
    }
    .btnarea {
        text-align: left!important;
    }

    .productimgsmall img {
        margin: 0 8px 20px 8px !important;
        padding: 0;
    }

    .productimglarge img {
        margin-left: 15px;
    }
}

/* 手機用 */
@media screen and (max-width: 767px) {
    .toggercustom {
        margin-top: 10px;
        border: 0;
        background-color: rgba(255,255,255,0) !important;
    }
    .logomobilediv {
        float: none;
        margin: 0;
        width: 100%;
    }
    .navbar-default {
        border: transparent;
    }

    .topbar {
        height: auto;
    }
    .logodiv {
        display: none;
    }

    .visual {
        display: none;
    }

    .visual-mobile {
        margin: 20px 0 0 0;
    }   

    .productimgsmall img {
        opacity: 1.0;
    }
    .navbar-collapse {
        max-height: none !important;
    }
    .menu li {
        width: 100%;
        min-height: 70px;
        padding: 10px 0;
        font-size: 20px;
    }
    .menu li a,
    .menu li a:hover {
        color: #000 !important;
    }   
    }
    .aboutdetaildiv,
    .productdetaildiv {
        width: 95%;
    }
    .aboutcontent {
        margin: 0 auto;
        width: 100%;
    }
    .aboutbtndiv {
        margin-top: 30px;
    }

    .abouttitle {
        float: left;
        margin-top: -35px;
        font-size: 27px;
    }

    .storeinfodiv h2 {
        font-size: 18px;
    }
    .h1custom {
        font-size: 20px;
    }

    .features h1 {
        padding: 0;
        margin: 20px 0;
    } 

    .contactinfodiv {
        width: 100%;
        margin-bottom: 20px;
    }
    .contactform {
        padding: 0 10px;
        position: relative;
        top: 0;
        left: 0;
    }
    .formdiv {
        padding: 15px 20px;
        background-color: #C3C3C3;
    }

    .formdiv p {
        font-size: 15px;
        text-shadow: 0 2px 4px rgba(0,0,0,0.50);
    }
    .checkcodearea {
        width: 40%;
        display: inline-block;
    }
    @media screen and (max-width:768px){
        .formdiv { padding: 0; }
        .checkcodearea { width: unset; }
    }

    .checkcodearea img {
        display: inline-block;
    }
    .checkcodearea .inputcustom {
        width: calc(100% - 120px);
        display: inline-block;
        margin: 0 10px;
    }
    @media screen and (max-width:768px) {
        .checkcodearea .inputcustom {
            width: 60px;
            margin: 0 5px;
            padding: 6px;
        }
    }
    .btnarea {
        width: auto;
        display: inline-block;
        text-align: center;
        vertical-align: top;
        /*margin: 10px 0;*/
    }
    .btncustom, .inputcustom {
        height: 43px;
    }

    .btncustom {
        width: 155px;
        /* Button Background: */
        background-image: linear-gradient(-180deg, #D8D8D8 0%, #B3B3B3 100%);
        border: 1px solid #979797;
        box-shadow: 0 1px 2px 0 rgba(0,0,0,0.20), inset 0 2px 0 0 #FFFFFF;
        border-radius: 6px;
        /* Submit: */
        font-family: "Arial", sans-serif;
        font-weight: bold;
        font-size: 18px;
        color: #4A4A4A;
        letter-spacing: 0;
        text-shadow: 0 1px 0 #FFFFFF;
    }
    @media screen and (max-width:768px){
        .btncustom { 
            width: unset;
            min-width: 100px;
            padding: 0 10px;
            font-size: 16px;
        }
    }

    .backbtn {
        width: 100%;
        display: inline-block;
        text-align: center;
        margin: 10px 0;
        padding: 15px 25px;
        border: 1px solid #000000;
        border-radius: 10px;
        font-size: 14px;
        font-weight: bold;
    }

    .footerdiv {
        margin: 0;
        padding: 0;
    }
    .footercontent {
        margin: 10px 0;
    }
    .footerfb {
        text-align: center;
        margin: 10px 0 20px 0;
    }
    
    .artists .h1custom {
        font-size: 20px;
        text-align: center
    }

    .artistsdesc h1 { 
        font-size: 20px;
        text-align: left;
    }

    .artistsimgleft,
    .artistsimgright,
    .artistsimgmiddle {
        margin: 0;
    }
    .productimgsmall img {
        margin: 15px auto;
    }
}