/* Akiva首頁 */
/*-- document --*/
html,body {
	font-family: 'Roboto', sans-serif;
	background: #222;
	font-size: 100%;
}

a,a:hover,a:active,a:focus {
	text-decoration: none !important;
}

/*-- header-top --*/
.header-top{
	padding: 2em 0;
	border-bottom: solid 1px #666;
}
.header-logo{
	float: left;
}
.header-logo a{
	display: block;
}
.header-right{
	float: right;
}
.header-right ul{
	margin-top: 20px;
	padding: 0;
}
.header-right ul li{
	display: inline-block;
	margin: 0 1em;
	font-size: 14px;
}
.header-right ul li.phone{
	padding-left: 1.5em;
	color:#f1f1f1;	
	background: url(../images/phone.png) no-repeat 0px 3px;
}
.header-right ul li.mail{
	padding-left: 1.5em;
	color:#f1f1f1;	
	background: url(../images/msg.png) no-repeat 0px 4px;
}
/* 搜尋欄 */
.search {
	float:right;
}
.search input[type="text"] {
	display: inline-block;
	margin: 0;
	padding: .7em .7em .7em 1.5em;  
	font-size: 14px;
	color: #7e7f84;
	background: url(../images/search.png) no-repeat 0px 14px; 
	outline: none;	
	border: none;
	border-top:1px solid #333;
}

.product-item{
	border: solid 1px gray;
}

.product-grid-text .indexImg {
	width:100%;
	height: 200px;
	background-repeat: no-repeat;
	background-size: contain;
	background-color: #fff;
	background-position: center;
}

.products-item-info h4{
    width: 150px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #fff;

	font-size: 14px;
	color: #f5f5f5;
	margin: .5em auto;
	text-transform: uppercase;
	font-style: italic;
	font-weight: 300;
	text-align:center;
}
.products-item-info p{
	font-size: 10px;
	color: #f9f9f9;
	margin: 0;
	padding-top:1em;
	padding-bottom:1em;
	border-top: solid 1px #777;
	text-align:center;
}
/* 選單 */
.nav{
	list-style:none;
}
.nav li {
	display: inline-block;
	/* padding: 1em 1em 0em; */
}
.nav li a {
	display: block;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #f1f1f1;
	border: none;
}
.nav li a:hover {
  	color: #ff5f3b;
}
.dropdown-menu{
	background:#222
}
.dropdown-menu > li > a{
	text-transform: uppercase;
	color: #fff;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus{
	background:#222;
	color: #ff5f3b;
	text-decoration:none;	
}
@media all and (max-width:1280px) {
.nav li a {
	font-size: 1em;
	letter-spacing: 0;
}
}
@media only screen and (max-width:800px) {
.nav li {
	position: relative;
	width: 100%;
	padding:10px 0px;
	text-align: center;
}
.nav li ul {
	width: 100%;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus{
	color:#000;
	background:#FFF;
}	
}
/*-- footer --*/
.footer{
	background:#2a2d34;
	padding:2em 0;
}
/*support*/
.support-grids h3{
	color:#fff;
	font-family: 'Roboto Condensed', sans-serif;
	margin: 0 0 1em 0;
	font-size: 24px;
	text-transform: uppercase;;
}
table.table_item{
	width:90%;
}
table.table_item tr{
	border-bottom:1px solid #999;
}
table.table_item .items{
	width:30%;
	padding:5px;
	color:#7e7f84;
}
table.table_item .items a{
	color:#7e7f84;
}
table.table_item .items a:hover{
	color:#f45a40;
	text-decoration:none;
}
/* store */
.stores h3{
	color:#fff;
	font-family: 'Roboto Condensed', sans-serif;
	margin: 0 0 1em 0;
	font-size: 24px;
	text-transform: uppercase;;
}
.stores ul{
	margin: 0em 0 2em;
	padding:0;
}
.stores ul li{
	font-size:14px;
	margin:0;
	color:#7e7f84;
	display:block;
}
.stores ul li.drive{
	margin-top:2em;
}
.social-icons ul{
	margin:0;
	padding:0;
}
.social-icons ul li{
	display:inline-block;
}
.social-icons ul a.facebook{
	background:url(../images/social.png) no-repeat 0px 0px;
	width:22px;
	height:22px;
	display:block;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.social-icons ul a.twitter{
	background: url(../images/social.png) no-repeat -33px 0px;
	width:22px;
	height:22px;
	display:block;
	margin: 0 .5em;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.social-icons ul a.chrome{
	background: url(../images/social.png) no-repeat -70px 0px;
	width:22px;
	height:22px;
	display:block;
	margin: 0 .5em;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.social-icons ul a.vimeo{
	background: url(../images/social.png) no-repeat -106px 0px;
	width:22px;
	height:22px;
	display:block;
	margin: 0 .5em;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.social-icons ul a.rss{
	background: url(../images/social.png) no-repeat -143px 0px;
	width:22px;
	height:22px;
	display:block;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.social-icons ul a.facebook:hover{
	background:url(../images/social.png) no-repeat 0px -23px;
}
.social-icons ul a.twitter:hover{
	background: url(../images/social.png) no-repeat -33px -23px;
}
.social-icons ul a.chrome:hover{
	background: url(../images/social.png) no-repeat -70px -23px;
}
.social-icons ul a.vimeo:hover{
	background: url(../images/social.png) no-repeat -106px -23px;
}
.social-icons ul a.rss:hover{
	background: url(../images/social.png) no-repeat -143px -23px;
}
.white-icons ul a.facebook{
	background: url(../images/social.png) no-repeat 0px -48px;
}
.white-icons ul a.twitter{
	background: url(../images/social.png) no-repeat -33px -48px;
}
.white-icons ul a.chrome{
	background: url(../images/social.png) no-repeat -70px -48px;
}
.white-icons ul a.vimeo{
	background: url(../images/social.png) no-repeat -106px -48px;
}
.white-icons ul a.rss{
	background: url(../images/social.png) no-repeat -143px -48px;
}
/* qrcontact */
.qr-contact h3{
	color:#fff;
	font-family: 'Roboto Condensed', sans-serif;
	margin: 0 0 1em 0;
	font-size: 24px;
	text-transform: uppercase;;
}
/* copyright */
.copyright{
	margin:1.5em 0 0.5em;
}
.copyright p{
	color: #f1f1f1;
	font-size: 14px;
	margin:0;
	text-align: center;
}

@media (max-width:768px){
	.search {
		float: right;
	}
	.header-right ul li.phone {
		display: none;
	}
	.stores-grids {
	  float: left;
	  width: 50%;
	}
	.support-grids {
	  float: left;
	  width: 50%;
	}
	.contact-grids {
	  float: left;
	  width: 50%;
	}
}
@media (max-width:480px){
	.header-right ul li.mail {
		display: none;
	}
}
@media (max-width:320px){
	.header-top {
		padding: 1.5em 0;
	}
	.header-right ul li.checkout a span.check {
		display: none;
	}
	.header-right ul li.checkout a {
		padding: 7px 0px 7px 9px;
	}
	.header-right ul li {
		margin: 0;
	}
	.search {
		width: 70%;
	}
	.search input[type="text"] {
	  background: url(../images/search.png) no-repeat 0px 18px;
	  padding: 1em .7em .7em 2em;
	    width: 100%;
	}
	.stores-grids {
	  width: 100%;
	}
	.contact-grids {
	  margin: 1em 0 0 0;
	  width: 100%;
	}
	.qr-contact h3{
		margin: 0.5em 0;
	}
	.footer {
		padding: 1em 0;
	}
	.copyright {
	  margin: 1em 0 0 0;
	}
	.col-md-9 {
	  padding: 0;
	}
}
/*-- bike --*/
.bike{
	padding:2em 0;
}
.bike-info{
	float: left;
}
.bike-title h3{
	color: #f45a40;
	font-size: 26px;
	font-family: 'Roboto Condensed', sans-serif;
}
.bike-section{
	margin:3em 0 0 0;
}
.bike-item{
	overflow:hidden;
	position:relative;
	margin-top:1em;
	padding:0;
	padding-right:1em;
}
.bike-item:hover div.bike-product{
	display:none;
}
.bike-item a img{
	width:100%;
	position:relative;
}
.bike-list{
	margin-top:3em;
}
.bike-product{
	position:absolute;
	bottom:0;
	border-top:2px solid #fff;
	background:#dedede;
	width: 92.5%;
}
.bike-product h3{
	color: #686767;
	font-size: 14px;
	margin: 0;
}
.bike-product p{
	color:#686767;
	font-size:14px;
	float:right;
	margin:0 1em 0 0;
	display:inline-block;
}
.bike-product p span{
	background:url(../images/tralle.png) no-repeat 0px 0px;
	width:15px;
	height:15px;
	display:inline-block;
	vertical-align:middle;
}
/* 分頁 */	
.pagination2{
	margin-top:30px;;
	}
.pagination2 ul{
	width:70%;
	margin:0 auto;
	text-align:center;
	list-style:none;
	}	
.pagination2 ul li{
	float:left;
	margin:5px 5px;
	padding:5px 10px;
	font-size:12px;
	color:#fff;
	border:1px solid #DCDCDC;
	transition:1s;
	text-align:center;	
	}		
.pagination2 ul li:hover{
	background: #f45a40;
	color: #fff;
	border: 1px solid #fff;
	cursor: pointer;
	}
.pagination2  ul .active{
	background:#f45a40;
	color:#fff;
	border:1px solid #fff;
	}	
/*-side-bar-*/
.side-bar{
	padding:1em 2em 6em 2em;
	float:left;
}
.side-bar2{
	background:#dedede;
	padding:2em 2em 9em 2em;
}
.categories h3{
	font-weight: 600;
	color: #f45a40;
	font-size: 26px;
	font-family: 'Roboto Condensed', sans-serif;
	letter-spacing:1px;
}
.categories ul{
	margin-top:1em;
	padding: 0;
}
.categories ul li{
	display:block;
	padding:3px 0;
}
.categories ul li a{
	color: #7e7f84;
	font-weight: 500;
	font-size: 16px;
	text-decoration: none;
}
.categories ul li a:hover{
	color: #f45a40;
}

/*-- responsive --*/
@media (max-width:1024px){
	.side-bar {
		/* width:100%; */
		padding: 2em 2em 9em 1em;
		/* background:#dedede; */
	}
	.pagination2 ul{
	margin-bottom:30px;
	}		
}

@media (max-width:991px){
	 .side-bar {
	  padding: 1em 0em 0em 2em;
	  margin-top: 1em;
	  width: 100%;
	  background:#dedede;
	}	
}

@media (max-width:768px){
	.bike-item {
	  float: left;
	  width: 25%;
	}
	.bike-info {
	  padding: 0;
	 }	 
}	
@media (max-width:640px){
	.pagination2 ul{
	  width:100%;
	}		
	.bike-product{
		position:absolute;
		bottom:0;
		border-top:2px solid #fff;
		background:#dedede;
		width: 89%;
		padding:0.5em;
	}
	.bike-product p{
		font-size:10px;
	}			
}
@media (max-width:600px){
	.support-grids{
		display:none;
	}
}
@media (max-width:480px){
	.bike-section {
	  margin: 1em 0 0 0;
	}
	.bike-title h3 {
		margin: 0;
	}
	.bike-item{
		overflow:hidden;
		position:relative;
		padding:0;
		padding-right:1em;
		height:150px;
	}
	.bike-product{
		position:absolute;
		bottom:0;
		border-top:2px solid #fff;
		background:#dedede;
		width: 87%;
		padding:0.5em;
	}
}
@media (max-width:320px){
	.bike-item {
	  width: 50%;
	}
	.bike-product {
		width: 89.5%;
	}
	.bike-product h3 {
		font-size: 12px;
	}
	.bike-product p {
	  font-size: 12px;
	  margin: .5em 1em 0 0;
	}
	.bike-title h3 {
		font-size: 21px;
	}
	.categories h3 {
		font-size: 21px;
	}
	.side-bar {
		padding: 0em 0em 0em 1em;
	}
	.col-md-9 {
	  padding: 0;
	}
}

/* 新增 */

.product_box {
	transition-duration:.7s;
	-moz-transition-duration:.7s;	/* Firefox */
	-webkit-transition-duration:.7s;	/* Safari 和 Chrome */
	-o-transition-duration:.7s;	/* Opera */
	    
	opacity: .9;	
}

.product_box:hover {
	transition-duration:.7s;
	-moz-transition-duration:.7s;	/* Firefox */
	-webkit-transition-duration:.7s;	/* Safari 和 Chrome */
	-o-transition-duration:.7s;	/* Opera */

	opacity:1;
}

.product_box>a>p {
	background: #ddd;
	text-align: center;
	color: #966822;
	font-size: 14px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

@media (max-width: 400px) {
	.product_box>a>p {
		font-size: 12px;
		height: 30px;
	}	
}

.product_box>a>p:hover {
	color:#30a723 !important;
}

.product_box>a>div>.proimg {
	width:100%;
	height: 235px;
	background-repeat: no-repeat;
	background-size: contain;
	background-color: #fff;
	background-position: center;

	-webkit-transition:all .4s ease-in-out;
	-moz-transition:all .4s ease-in-out;
	-ms-transition:all .4s ease-in-out;
	-o-transition:all .4s ease-in-out;
	transition:all .4s ease-in-out;
}

.product_box>a>div>.proimg:hover {
	-moz-transform:scale(1.5,1.5);
	-webkit-transform:scale(1.5,1.5);
	-o-transform:scale(1.5,1.5);
	-ms-transform:scale(1.5,1.5);
	transform:scale(1.5,1.5);
}

.product_box>a>div>img {
	width:100%;
	margin:0 auto;

	transition-duration:.7s;
	-moz-transition-duration:.7s;	/* Firefox */
	-webkit-transition-duration:.7s;	/* Safari 和 Chrome */
	-o-transition-duration:.7s;	/* Opera */
}

.product_box>a>div>img:hover {
	transition-duration:.7s;
	-moz-transition-duration:.7s;	/* Firefox */
	-webkit-transition-duration:.7s;	/* Safari 和 Chrome */
	-o-transition-duration:.7s;	/* Opera */
	
	-moz-transform:scale(1.5,1.5);
	-webkit-transform:scale(1.5,1.5);
	-o-transform:scale(1.5,1.5);
	-ms-transform:scale(1.5,1.5);
	transform:scale(1.5,1.5);
}

.menu_btn {
	color: #fff;
	cursor:pointer;
    font-size: 18px;
    padding: 5px;
    text-align: center;
    background: rgb(82, 79, 79);	
}

@media (min-width:801px) {
	.mobile_menu {
		display:block !important;
	}
}

@media (max-width:800px) {
	.menu_btn {
		display:block !important;
	}

	.mobile_menu {
		display:none;
	}
}
