/*手機選單*/
.rwd-navbar-toggle .label {
    color: #ffffff;background:#ec8710;padding:1px;border-radius:2px}
.navbar-icon-bar {
background-color: #ec8710;}
.navbar-icon-bar:before, .navbar-icon-bar:after{background-color: #ec8710;}



body {
    color: #000;
    font-size: 14px;
  background:#feffdb;
}
#banner{
  max-width:100%;
  margin-top: -50px;

}
#header {
    margin: 0 auto 10px;
    padding-top: 77px;
    position: relative;
    width: 100%;
}




/*index*/
.column.left {
    float: left;
    width: 100%;
}
.column.right {
    float: right;
    width: 29%;
  display:none;
}
.column h2 {
    color: #5e5e5e;
    font-size: 180%;
    display:none;
}
#bodyinpage .menu {
    display:block; 
    /*height: 250px;*/
    min-height: 1px;
    display: block;
    min-height: 1px;
    padding: 5px;
    position: relative;
  background-color: #f3f3f3;
    border: 0px solid #feffdb;
    border-radius: 10px;
  text-align: center;
      clear: both;
   color:#555;
}



/*首頁div*/
#bodyinhome .onedit [class^="col-"] {
    display: block;
    min-height: 1px;
    padding: 15px;
      height: 280px;
    position: relative;
  background-color: #f3f3f3;
    border: 3px solid #fbe89b;
    border-radius: 10px;
  text-align: center;
}
/*手機版div*/
@media only screen and (max-width: 767px) {
#bodyinhome .onedit [class^="col-"] {
    display: block;
    min-height: 1px;
    padding: 15px;
      height: 350px;
    position: relative;
  background-color: #f3f3f3;
    border: 3px solid #fbe89b;
    border-radius: 10px;
  text-align: center;
      clear: both;
}
  #bodyinpage .menu {
    display: block;
    min-height: 1px;
    display: block;
    height: 320px;
    min-height: 1px;
    padding: 5px;
    position: relative;
  background-color: transparent;
    border: 0px solid #858585;
    border-radius: 10px;
  text-align: center;
    clear: both;
     color:#555;
  }
}



/*logo*/
#logo {
    margin: 0px 10px;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100%;
    z-index: 2;
    top: -50px;
    left: 5%;
    max-width: 304px;
}


/*回首頁*/
.navbar-nav {
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0 0 3px 3px;
    right: -17%;
    top: -19px;
}


/*nav*/
#nav {
    background-color: #feffdb;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
  z-index: 1;
}
#nav ul li a {
  font-family: Arial, '微軟正黑體', sans-serif;
    color: #888;
    font-weight: bold;
    display: block;
    padding: 18px 15px;
    font-size: 14px;
    z-index:1;
    margin-top:35px;
}
#nav ul {
    margin-left:30%;
    position:relative;
}
#nav ul li.current a {
    color: #000;
    background: #fabf2a;
        border-radius: 100px 100px;
}
#nav ul li a:hover {
    background-color: #fabf2a;
    color: #000;
        border-radius: 100px 100px;
    transition: 0.85s;
}
#nav ul li.current a::before {
    border-bottom: 0 solid #fff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    bottom: 0;
    content: "";
    height: 0;
    left: 50%;
    margin-left: -10px;
    position: absolute;
    top: auto;
    width: 0;
}/*去三角形*/



/*contact*/
#footer {
    background: #fbe89b url(" ") repeat scroll 0 0;
}
#contact-info {
    color: #000;
    letter-spacing: 1px;
}
#contact-info li a {
    color: #000;
}
#contact-info li span {
    color: #000;
    display: block;
}
#contact-info li.address {
    width: 30%;
}


/*product*/
ul.product-list li a {
    cursor: pointer;
    display: block;
    height: 15em;
    margin: 0 auto;
    text-decoration: none;
    width: 150px;
}/*縮短高度*/
ul.product-list li a .img {
    border: 1px solid #ccc;
    border-radius: 0;
    height: 150px;
    padding: 3px;
    width: 150px;
}/*邊框去圓角*/


/*side*/
#side .side-content li a {
    color: #555;
    display: block;
    margin-left: 10px;
    padding: 5px 10px 10px 0;
    border-bottom: 1px double #777;
    margin-right: 10px;
      text-align: center;
      font-weight: bold;
}
#side .side-content li a:hover {
    color: #bc8f00;
}
#side {
    background: #fbecad none repeat scroll 0 0;
    border: 1px dashed #ccc;
    line-height: 150%;
    overflow: hidden;
    width: 20%;
    border-radius: 6px;
}
#side h2 {
    background-color: #fabf2a;
    border-bottom: 1px solid #e3e3e3;
    color: #444;
    font-size: 120%;
    margin-bottom: 10px;
    padding: 6px 10px;
    position: relative;
        text-align: center;
      font-weight: bold;
}



@media only screen and (max-width: 767px) {
#logo {
    height: auto !important;
    max-width: 320px !important;
    min-width: 250px !important;
    padding: 90px 0;
    position: relative !important;
    width: 70%;
}
#logo a {
    display: inline-block;
    height: auto;
    width: 100%;
}
#logo a img {
    display: block;
    width: 100%;
}
}


.mark{background:none;}