/*yt icon*/
.yt{
  position:fixed;
  right:0%;top:15%;
  z-index:1000;
  transform:scale(0.8);
}
.LINE {
  position:fixed;
  right:0%;top:25%;
  z-index:1000;
  transform:scale(0.8);
}
/*mail icon*/
.MAil{
  position:fixed;
  right:0%;top:35%;
  z-index:1000;
  transform:scale(0.8);
}




.row {
    margin-left: 0px;
    margin-right: 0px;
}
body {
    background-color: #f1f1f1;
    background-image: url(" ");
    color: #000;
    font-size: 15px;
    margin: 0;
    padding: 0;
}
#logo {
    text-align: center;
}
/*#logo {
    position: relative;
    overflow: hidden;
    max-width: 940px;
    margin: 10px auto;
}
#logo a, .modal .logo a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 0px;
    color: #333;
    font-weight: bold;
    line-height: 2;
    text-decoration: none;
}*/
#logo {
  display:none !important;
}


#main h1, .column h2, .related-product > h3 {
    color: #0681d1;
    font-size: 160%;
    text-shadow: 0 0 0 rgba(255, 255, 255, 0.8);
}
/*
#main {
 width:75%;
}*/


#side .side-content {
    font-size: 105%;
}



/*nav
#nav ul li a {
    color: #fff;
    display: block;
    font-size: 100%;
    padding: 18px 25px;
}
#nav {
    background-color: #0681d1;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
}
#nav {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 37px;
    background-color: #0681d1;
    background-image: -webkit-linear-gradient(#393e41,#212528);
    background-image: linear-gradient(#0681d1,#0681d1);
}*/
#nav li a {
    display: block;
    text-decoration: none;
    color: #fff;
    font-size: 110%;
    font-weight: bold;
    line-height: 1.6;
    padding: 6px 20px;
    border-right: 1px solid #fff;
    border-left: 0px solid #424749;
}



/*contact*/
#contact-info li span {
    color: #fff;
}





/*側邊欄按鈕*/
.right-nav__title {
    background:#0681d1;
    height:32px;border-radius:0px 0px 0 0;}

.right-nav a {background:#fff;
    border-bottom: 1px solid #ccc;box-shadow: 0 1px 0 #fff inset;
    display: block;
    font-weight:bold;font-size: 14px;
    height: 36px;
    line-height: 36px;
    text-align: left;padding-left:12px;color:#000;
}
.right-nav a:hover {background:#555;
    border-bottom: 1px solid #ccc;box-shadow: 0 1px 0 #fff inset;
    display: block;
    font-weight:bold;font-size: 14px;
    height: 36px;
    line-height: 36px;
    text-align: left;padding-left:12px;color:#fff;
}