﻿.dptStyle{
	display:none;
}
.saleStyle{
	display:block;
}
/* note: this is a hack for ios iframe for bootstrap themes shopify page */
/* this chunk of css is not part of the toolkit :) */
/* …curses ios, etc… */
.carousel-indicators li{ 
	width:7% !important;   
	background-color: white !important;
}
.carousel-indicators .active{ 
	background-color: #f09300 !important;
	border-color: #f09300 !important;
}

@media ( max-width : 768px) and (-webkit-min-device-pixel-ratio: 2) {
	body {
		width: 1px;
		min-width: 100%;
		*width: 100%;
	}
	#stage {
		height: 1px;
		overflow: auto;
		min-height: 100vh;
		-webkit-overflow-scrolling: touch;
	}
}
.white {
	color: white;
	padding: 8px 15px !important; 
}
.active a{
	background-color:#0E5DA7 !important;
}
body {
font-family:Helvetica, 'Hiragino Sans GB', 'Microsoft Yahei', '微软雅黑', Arial, sans-serif;
letter-spacing:0.08em;
}
.navbar {
margin-bottom:0;
border-bottom:0;
}
.navbar a {
	color: white !important;
}
.navbar .active{
	background-color:#1693F1 !important;
}
.navbar .active a{
	background-color:#1693F1 !important;
}
.navbar-brand {
	margin-left:0 !important;
}

.active:hover{ 
	font-size: 18px !important;
}
.CHS{text-indent:2em;margin-bottom:40px;}
.CHS table{width: 95%}
table, caption, tbody, tfoot, thead, tr, th, td {border:1px solid !important;}
td{padding: 5px;}
table{margin-left: 25px;}

p{margin-top:15px;font-size:110%}
.foot *{border:0px solid !important;}