/* Syntax Hint: Up-px, Right-px, Down-px, Left-px */
/* Syntax Hint: Top-Left-px, Top-Right-px, Bottom-Right-px, Bottom-Left-px */
/* Syntax Hint: z-index: Smaller No., Lower Layer */

@charset "utf-8";
/* CSS Document */

body {
padding: 0px 0px 0px 0px;
font-family: Noto Sans TC, 微軟正黑體, Microsoft JhengHei, Open Sans;
}
/* Custom container */
.container {
  margin: 0 auto;
  /* max-width:1480px; */
  width:100%;
}
.container-inner{
	background-color: #fff; 
	padding: 0px 5px 0px 5px;
	margin-top: 5px;
}
.container-footer-inner{
	padding: 0px 10px;
}
.container > hr {
  margin: 5px 0;
}

h1{
	font-size:20px;
	color:#333;
}
h2{
	font-size:18px;
	color:#333;
}
h4{
	font-size:16px;
	color:#333;
}
.table th, .table td, .table tr td {
	vertical-align: middle; 
}
.table thead{
	font-weight:bold;
}
.form td {
	padding:10px 10px 10px 0px; 
}

.line-through {
    text-decoration: line-through;
}

.buttons {
    margin: 1em 0;
}

.remove {
    cursor: pointer;
}

/*Font awesome icon size reset*/

[class^="icon-"], [class*=" icon-"] {
    font-size: 14px;
}

/* Fancy */
.box-shadow {
    -webkit-box-shadow: 0px 0px 5px 0px #000;
    box-shadow: 0px 0px 5px 0px #000;
}

.transition, .transition a, .transition input {
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.animated {
    -webkit-animation-duration: 0.7s;
       -moz-animation-duration: 0.7s;
         -o-animation-duration: 0.7s;
            animation-duration: 0.7s;
    -webkit-animation-fill-mode: both;
       -moz-animation-fill-mode: both;
         -o-animation-fill-mode: both;
            animation-fill-mode: both;
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0;}    
    100% {opacity: 1;}
}

@-moz-keyframes fadeIn {
    0% {opacity: 0;}    
    100% {opacity: 1;}
}

@-o-keyframes fadeIn {
    0% {opacity: 0;}    
    100% {opacity: 1;}
}

@keyframes fadeIn {
    0% {opacity: 0;}    
    100% {opacity: 1;}
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    -moz-animation-name: fadeIn;
    -o-animation-name: fadeIn;
    animation-name: fadeIn;
}

/* ======== Start : OWN STYLE ======== */

/* Topbar */
.navbar.navbar-static-top .container {
    padding: 0px 0px;
}
.navbar form {
    margin: 0;
}

.currency-dropdown a:hover {
    cursor: pointer;
}

.navbar .nav > li > a {
    color: #888;
	font-weight: normal;
}

.navbar .nav > li > a:hover {

}

.topbar a {
    color: #888;
}

.topbar a:hover {
    color: #666667;
}

.topbar a:hover, .topbar a:focus {
    color: #333;
    text-decoration: none;
    background: none;
}

.topbar a strong {
    font-size: 14px;
}
#currency,#language{
	margin: 10px;
}
a.currency-name {
	text-decoration:none;
}
.nav .dropdown-toggle .caret{
	border-top-color:#888;
	border-bottom-color:#888;
}

/* Header */
#header{
	font-family: Noto Sans TC, 微軟正黑體, Microsoft JhengHei, Open Sans;
	min-height:92px;
	background-color:#fff;
	max-width:1200px;
	margin-left:auto;
	margin-right:auto;
}
#logo{
	margin:20px 0px 10px 0px;
}
#user{
	margin-top: 20px;
}
#welcome{
	margin-top: 15px;
}
#header .links {
	right: 0px;
	bottom: 3px;
	font-size: 10px;
	padding-right: 0px;
	z-index:15; position:relative;
}
#header .links a {
	padding: 0px 6px;
	color: #222;
	text-decoration: none;
	font-size: 13px;
	text-transform: capitalize;
}
.header-semi{
	margin-top: 25px;
	margin-bottom: 15px;
}

/* Cart */
#cart {
   /*margin-bottom: 10px;*/
}
#cart a.dropdown-toggle {
	text-decoration:none;
}
#cart .dropdown-menu {
    background: #eee;
    z-index: 1001;
    min-width: 100%;	
}

#cart > .btn {
    height: 40px;
    line-height: 32px;
}

#cart.open > .btn {
    color: #666;
    text-shadow: none;
}

.cart-empty {
    min-width: 238px;
    display: block;
    padding: 10px 0;
    text-align: center;
}

.cart-totals {
    padding: 0 20px;
    margin: 0;
}

.cart-totals strong {
    display: inline-block;
    text-align: left;
    width: 40%;
	margin-bottom:3px;
}

.cart-totals span {
    display: inline-block;
    text-align: right;
    width: 60%;
	margin-bottom:3px;
}

.cart-btns {
    text-align: right;
    margin: 0;
    padding: 5px 20px;
}

.cart-btns li {
    margin-left: 20px;
}

.cart-btns li a {
    font-weight: bold;
}
.remove a:hover{
	cursor:pointer;
}
#cart .table tr {
    border-bottom: 1px solid #dddddd;
}
li .pull-left a{
	color:#333;
}
#cart .table tr:nth-last-child(odd) {
    background: #fff;
}

#cart .table td {
    border: 0;
    padding: 8px;
}

#cart .table .name {
    font-weight: bold;
}

#cart .table .image .thumbnail {
    display: inline-block;
}


/* breadcrumb */
.breadcrumb{
	background-color: #fff;
	margin:0px 0px 10px 0px;
	padding:0px;
}
.breadcrumb a{
	margin: 0px 5px 0px 3px;
}
.success, .warning, .attention, .information {
	padding: 10px 10px 10px 33px;
	margin-bottom: 15px;
	color: #555555;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	max-width: 1480px;
	margin-left: auto;
	margin-right: auto;
}
.success {
	background: #EAF7D9 url('../image/success.png') 10px center no-repeat;
	border: 1px solid #BBDF8D;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
.warning {
	background: #FFD1D1 url('../image/warning.png') 10px center no-repeat;
	border: 1px solid #F8ACAC;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
.attention {
	background: #FFF5CC url('../image/attention.png') 10px center no-repeat;
	border: 1px solid #F2DD8C;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
.success .close, .warning .close, .attention .close, .information .close {
	float: right;
	padding-top: 4px;
	padding-right: 4px;
	cursor: pointer;
}

/* Navbar */
#menu{
	/* max-width: 1480px;
	margin-left: auto;
	margin-right: auto; */
	background-color: #fff;
}
.navbar-inverse .brand, .navbar-inverse .nav > li > a{
	color:#000000;
}

.navbar .nav > li > a{
	font-family: Noto Sans TC, 微軟正黑體, Microsoft JhengHei, Open Sans;
	font-size: 14px;
}
.navbar .categories {
    /* color: #FFFFFF; */
    display: block;
    float: left;
    padding-left:10px;
    font-size: 16px;
    font-weight: 700;
    line-height: 40px;
    /* text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2); */
}

/* Slideshow */
#banner-adv{
	height: auto;
	margin-bottom:10px;
}
.adv-margin-bottom{
	margin-top: 8px;
}
.flexslider .slides img{
	display:block;
	width: 100%;
}

/* Box */
#column-left .box{
	margin-top: 0px;
}
.box {
	padding-bottom: 10px;
	margin-top: 0px;
}
.box .box-heading {
	border: 1px solid #DBDEE1;
	padding: 15px 10px;
	font-size: 16px;
	font-weight: 500;
	line-height: 14px;
	color: #333;
	border-radius: 5px 5px 0 0;
	box-shadow: 0px 1px 10px rgba(0,0,0,0.1);
}
.box .box-content {
	background: #FFFFFF;
	border-left: 1px solid #DBDEE1;
	border-right: 1px solid #DBDEE1;
	border-bottom: 1px solid #DBDEE1;
	padding: 10px;
	border-radius: 0 0 5px 5px;
	box-shadow: 0px 1px 10px rgba(0,0,0,0.1);
}

/* Accordion */
.accordion-group{
	border: none;
	font-size:14px;
	font-weight:bold;
	border-bottom: 1px solid #DBDEE1;
	border-radius: 0px;
}
.accordion-group-cart{
	font-size:14px;
	font-weight:bold;
	border: 1px solid #DBDEE1;
	border-radius: 5px;
}
.accordion-heading .accordion-toggle , .accordion-heading .accordion-toggle a{
	text-decoration:none;
	color:#333;
}
.accordion-inner{
	padding:5px 25px;
}
.accordion-inner ul li {
	padding:5px 10px;
}
.accordion-inner a{
	font-size:12px;
}

/* Modules */
.box-product .media{
padding-bottom:10px;
margin-top:10px;
border-bottom:1px solid #DBDEE1;
}
ul.module-list li {
    border-bottom:1px solid #EEEEEE;
    padding-bottom: 8px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 8px;
	color: #333;
	/* font-weight:bold; */
	font-size:14px;
}
ul.module-list li a {
	color:#333;
}
.account-content{
	margin-bottom:20px;
}
ul.module-list-no-border li {
    padding:4px 15px;
	color: #333;
	font-size:14px;
}
ul.module-list-no-border li a {
	color:#333;
}
.banner-module{
	margin-bottom: 20px;
}
ul.module-filter li {
    border-bottom:1px solid #DBDEE1;
    padding-left: 15px;
    padding-right: 15px;
    color: #333;
	font-size:14px;
}

/* Category */
.category-info .media{
	margin-top: 0px;
}
.media-img {
	width: 80px; height: 80px;
	border: 1px solid #E7E7E7;
	margin-right: 5px;
}
.media-body p{
	font-size:13px;
}
.category-list ul li{
	margin: 3px 0px;
}
.product-compare{
	margin: 0px 0px 20px 0px;
}
.row-fluid .spanb12{
	margin:0px;
}
.product-thumb {
	border: 1px solid #DBDEE1;
	border-radius:5px;
	padding:10px;
	margin-bottom: 20px;
	position: relative;
	text-align:left;
}
.product-thumb .name {
	font-size:15px;
	font-weight:bold;
	text-align: center;
}
.product-thumb .image {
	padding:0px 0px 5px 0px;
	text-align: center;
}
.product-thumb .image a:hover {
    opacity: 0.8;
}
.product-thumb .price {
    color: #444444;
    min-height: 60px;
}
.product-thumb .button-group button , .product-thumb .button-group a {
	display: block;
    float: left;
    text-align: center;
	padding: 2px 8px;
}
.product-thumb .price-old {
	color: #F00; /* Added by SkyeyTECH */
    padding-right: 10px;
	text-decoration:line-through;
}
.product-thumb .price-tax {
    color: #999999;
    display: block;
    font-size: 12px;
}
.product-thumb .rating {
    padding-bottom: 5px;
}
.category-attr{
	top:-5px;
	position:relative;
}
.required {
	color: #FF0000;
	font-weight: bold;
}
.help {
	color: #999;
	font-size: 10px;
	font-weight: normal;
	font-family: Noto Sans TC, 微軟正黑體, Microsoft JhengHei, Open Sans;
	display: block;
}
.pagination {
	border-top: 1px solid #EEEEEE;
	padding-top: 8px;
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
}
.pagination .links {
	float: left;
}
.pagination .links a {
	display: inline-block;
	border: 1px solid #EEEEEE;
	padding: 4px 10px;
	text-decoration: none;
	color: #A3A3A3;
}
.pagination .links b {
	display: inline-block;
	border: 1px solid #269BC6;
	padding: 4px 10px;
	font-weight: normal;
	text-decoration: none;
	color: #269BC6;
	background: #FFFFFF;
}
.pagination .results {
	float: right;
	padding-top: 3px;
}

/* Product */
.product-info .left{
	margin: 0px; 
}
.product-info .right{
	margin:10px; 
	padding-bottom:10px;
}
.review-sidebar{
	margin:10px;
}
.product-info .left .image{
	margin-bottom: 10px;
}
.product-info .left .image-additional{
	margin-top: 10px;	
}
.more-view{
	font-size:13px; color: #9d9d9d; font-weight: bold;
	margin-bottom:5px; border-bottom:1px solid #DBDEE1; 
}
.img-additional{
	margin-bottom: 0px; margin-left:5px;
}
.review-first{
	border-bottom:1px solid #DBDEE1; 
	font-size:12px; 
}
.product_name{
	margin-top:30px; margin-bottom:20px; padding-bottom: 10px; border-bottom: 1px solid #DBDEE1;
}
.product-border{
	border-bottom:1px solid #DBDEE1; margin:20px 0px;
}
.product-info .review {
    margin: 15px 0px; border: 1px solid #DBDEE1; font-size:12px;
}
.product-info .review > div {
    border-bottom: 1px solid #DBDEE1; line-height: 20px; padding: 8px;
} 
.product-info .review .share {
    line-height: normal; overflow-x: auto; overflow-y: auto;
}
.product-detail-margin{
	margin: 5px 0px;
}
a.add-to-list{
	color: #333; 
}
a.add-to-list:hover{
	cursor:pointer;
}
.margin-ten{
	margin: 10px 0px;
}
.product-detail-value{
	font-weight:bold; color:#063; 
}
.right .price-old{
	color: #F00; /* Added by SkyeyTECH */
	text-decoration:line-through;
}
.right .price-new{
	font-weight:bold;
}
.review-bottom{
	margin: 15px 0px;
}
.links a:hover{
	cursor:pointer;
	color: #7acabd;
}
.tabbable.custom-tabs > .tab-content > .tab-pane{
	margin-top:15px;
}
.error , .help-block{
	margin-top:0px;
	font-size:12px;
	color:red;
	font-weight:bold;
}

/* Account */
.border-right{
	border-right: 1px solid #DBDEE1;
}

ul.account-list li {
    color: #333;
    font-size: 14px;
    padding-bottom: 4px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 4px;
}
ul.account-list li a {
    color: #333;
}

/* Checkout Cart */
.form-cart{
	margin-top:20px;
}
.cart-info {
    overflow: auto;
}

/* Checkout */
.checkout-heading {
	background: #F8F8F8;
	border: 1px solid #DBDEE1;
	border-radius: 5px;
	padding: 8px;
	font-weight: bold;
	font-size: 13px;
	color: #333;
	margin-bottom: 15px;
}
.checkout-heading a {
	float: right;
	margin-top: 1px;
	font-weight: normal;
	text-decoration: none;
}
.checkout-heading a:hover {
	cursor:pointer;
}
.checkout-content {
	padding: 0px 10px 15px 10px;
	display: none;
	overflow: auto;
}
.checkout-content .left {
	float: left;
	width: 48%;
}
.checkout-content .right {
	float: right;
	width: 48%;
}
.checkout-content .buttons {
	clear: both;
}
.checkout-product{
	overflow: auto;
}
.contact-info {
	overflow: auto;
}
.contact-info .left {
	float: left;
	width: 45%;
	padding-right : 20px;
}
.contact-info .right {
	float: left;
	width: 45%;
}
.sitemap-info {
	overflow: auto;
	margin-bottom: 40px;
}
.sitemap-info .left {
	float: left;
	width: 48%;
}
.sitemap-info .right {
	float: left;
	width: 40%;
}

/* Footer */
.footer {
    margin-top: 5px; /* Added by SkyeyTECH */	
    margin-bottom: -20px; /* Added by SkyeyTECH */
    padding-top: 10px; /* Added by SkyeyTECH */
    /* padding-top: 20px; */ /* Original */
    background-color: #303030;
    border-top: 1px solid #ddd;
    color: #e2e2e2;

    /* margin-left: auto; */ /* Added by SkyeyTECH */	
    /* margin-right: auto;*/ /* Added by SkyeyTECH */	
    /* max-width: 1480px; *//* Added by SkyeyTECH */	 
}
.footer hr {
    border-top: none;
    border-bottom: 1px solid #666;
}
.footer a {
    color: #ccc;
    font-size: 14px;
}

.footer a:hover {
    color: #fff;
}

.footer h1, .footer h2,
.footer h3, .footer h4,
.footer h5, .footer h6 {
    color: #fff;
    font-size: 16px;
    font-weight : 500;
}
.powered{
	margin-top: 10px;
	text-align: right;
}

/* Back To Top */
#toTop {
    padding: 10px 15px;
	margin: 20px 20px 70px 20px;
	border-radius: 5px;
    background: #000;
    color: #fff;
    position: fixed;
    bottom: 0;
    right: 5px;
    display: none;
	opacity:0.8;
	-webkit-transition: all 800ms ease;
	-moz-transition: all 800ms ease;
	-ms-transition: all 800ms ease;
	-o-transition: all 800ms ease;
	transition: all 800ms ease;
}
#toTop:hover{
	background-color:#DD4B39;
	-webkit-transition: all 800ms ease;
	-moz-transition: all 800ms ease;
	-ms-transition: all 800ms ease;
	-o-transition: all 800ms ease;
	transition: all 800ms ease;
}

/* Box Category */
ul.box-category, ul.box-category ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.box-category > li:first-child {
	padding: 0px 8px 8px 8px;
}
ul.box-category > li {
	padding: 8px 8px 8px 8px;
}
ul.box-category > li + li {
	border-top: 1px solid #EEEEEE;
}
ul.box-category > li > a {
	text-decoration: none;
	color: #333;
}
ul.box-category > li ul {
	display: none;
}
ul.box-category > li a.active {
	font-weight: bold;
}
ul.box-category > li a.active + ul {
	display: block;
}
ul.box-category > li ul > li {
	padding: 5px 5px 0px 10px;
}
ul.box-category > li ul > li > a {
	text-decoration: none;
	display: block;
}
ul.box-category > li ul > li > a.active {
	font-weight: bold;
}

/* ================================== Start: SkyeyTECH  ================================== */
#content {
 padding-left:0px;
 padding-right:0px;
}

.slideshow-inner{
	background-color: #fff; 
	padding: 0px;
	margin-top: 0px;
}


/* Manufacturer */
.manufacturer-heading {
	padding-left: 20px;
}


/* Compare */
.compare {
    overflow: auto;
}

.btn-primary2 {
  background-image: linear-gradient(to bottom, #A0A1A5, #8A8B90); /* grey */
  border:0px;
  color: #FFFFFF;
  height:35px;
  border-radius:0;
  padding-bottom:30px;
}

.btn-primary2:hover {
  background-image: linear-gradient(to bottom, #FCC531, #FCC531); /* yellow */
  color: #FFFFFF;
}

.btn-primary3 {
  background-image: linear-gradient(to bottom, #83C326, #83C326); /* green */
  border:0px;
  color: #FFFFFF;
  height:40px;
  border-radius:0;
  padding:10px 20px 10px 20px;
  text-decoration: none;
}

.btn-primary3:hover {
  background-image: linear-gradient(to bottom, #FCC531, #FCC531); /* yellow */
  color: #FFFFFF;
  text-decoration: none;
}


/* Pages in Center */
.container_fixw {
  margin: 0 auto;
  max-width:1480px;
}

#content_fixw {
  margin-left: auto;
  margin-right: auto;
  max-width:1480px;  
  width:98%;  
  min-height:500px;	  
}

.content_center {
  margin-left: auto;
  margin-right: auto;
  max-width:1480px;  
  width:100%;  
}


/* Parallax */
.hsContainer {
	display: table;
	table-layout: fixed;
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}

.hsContent {
	max-width: 450px;
	margin: 0px auto 0 auto;
	display: table-cell;
	vertical-align: middle;
	color: #ebebeb;
	padding: 0 8%;
	text-align: center;
}
	.hsContent h2,
	.copy h2 {
		color: #ffffff;
		font-size: 45px;
		line-height: 48px;
		margin-bottom: 12px;
	}
	.hsContent p {
		width: 90%;
		margin: 0 auto;
		color: #b2b2b2;
	}
	.hsContent a {
		color: #b2b2b2;
		text-decoration: underline;
	}
	.bgBlack {
		background-color: rgba(0,0,0,0.75);
		padding: 3px 10px;
	}
.bcg {
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    height: 100%;
    width: 100%;
}


/* Slides*/
#slide-1 .bcg {
    background-image:url('http://www.yourdmain.com/image/data/system/contactus.jpg');
    height: 650px;
}
#slide-2 .bcg {
    background-image:url('http://www.yourdmain.com/image/data/system/wallpaper.jpg');
    height: 800px;
}

.circlemenu {
border-radius: 150px;
-webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 1);
-moz-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 1);
box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 1);
}


/* ================================== End: SkyeyTECH  ================================== */

