@font-face {
    font-family: lightFonts;
    src: url(../fonts/OpenSans-Light.ttf);
}
@font-face {
    font-family: normalFonts;
    src: url(../fonts/OpenSans-Regular.ttf);
}

body{
	min-width:320px;
	margin: 0 auto;
	color:#666;
	font-family: lightFonts ,'Open Sans', '微軟正黑體', sans-serif;
}
p{
	font-size:16px;
}
a{
	color:#0081B8;
	text-decoration:none !important;
}
a:hover{
	color:#b35832;
	text-decoration:none;
}
header{
	min-width: 320px;
}
header a{
	color:#888;
}
img{
	max-width:100%;
}
h1{
	margin:0;
	margin-left:auto;
	margin-right:auto;
	font-family: normalFonts ,'Open Sans', sans-serif;
}
h2{
	margin:10px 0;
	font-family: normalFonts ,'Open Sans', sans-serif;
}
.noBannerH1{
	text-align:center; margin-bottom:30px
}
.title3{
	font-size:24px;
	margin:0 0 10px 0;
}
h4{
	margin:0;
	margin-bottom:5px;
	font-family: normalFonts ,'Open Sans', sans-serif;
}
hr{
	margin:20px 0 !important;
	padding:0;
}
input, textarea, select{
	border:#bbb 1px solid;
}
input[type=image]{
	border: none;
    vertical-align: middle;
}
label{
	font-weight: normal;
	margin-bottom: inherit;
}
.button{
	display:block;
	padding:5px auto;
	border:1px #ccc solid;
	margin:10px 0 5px 0;
	border-radius:5px;
	color:#888;
}
.button:hover,
.button2:hover,
.button2:focus,
.white_button:hover,
.white_button:focus{
	background:#0081B8;
	color:#fff;
	border-color:#0081B8;
}
.button2{
	display:inline-block;
	padding:5px 20px;
	border:1px #54A6C4 solid;
	background:#54A6C4;
	color:#fff;
	margin:10px 0 5px 0;
	border-radius:5px;
}
.white_button{
	background:#fff;
	border:1px #54A6C4 solid;
	color:#54A6C4;
}
.title2{
	font-size:1.3em;
}
.blueText{
	color:#0081B8
}
.marginTop60{
	margin-top:60px;
}
.padding60{
	padding-top:60px;
	padding-bottom:60px;
}
.padding40{
	padding-top:40px;
	padding-bottom:40px;
}
.centerContainer{
	width:450px;
	max-width:100%;
    margin: 0 auto;
	margin-top:20px;
}
.minHeight{
	min-height:78vh;
}
.error{
	color:red;
	margin-bottom:8px;
}
.clear{
	clear:both;
}

.col-lg-4 {
	width: 33.33333333%;
	float: left;
	padding: 15px;
}
@media screen and (max-width:900px){

}
@media screen and (max-width:767px) {
    .centerContainer{
        margin-top: 0;
    }
}
@media screen and (max-width:700px){
	.col-lg-4 {
		width: 100%;
		float: none;
	}
}
.sticky-padding {
	position: relative;
	display: block;
}
.sticky {
    position: fixed;
    top:0;
	left: 0;
	z-index:999999;
	background: rgba(255,255,255,0.93);
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.3);
	width: 100%;
}
/**********menu ***********/

.navbar{
	margin-bottom:0;
	border-radius: 0 !important;
}
.navbar-default {
	background:#fff;
	border-bottom:#4A92C3 2px solid;
}
.menu{
	padding:15px;
	padding-bottom: 5px;
	position:relative;
}
#defaultNavbar1{
	margin-top:15px;
}

.logo{
	vertical-align:bottom;
	max-width:300px;
	min-width:210px;
	margin-top:15px;
	margin-left: 10px;
}
.loginContainer{
	float:right;
	position:absolute;
	right:20px;
	z-index:1;
}
.loginContainer div {
	display: inline-block;
	margin-right:5px;
	background:#eee;
	position:relative;
	border-radius:5px;
}
.loginContainer input{
	background:none;
	border:none;
	padding:2px 10px;
	width:150px;
}
.loginContainer input[type="image"]{
	width: 20px;
    padding: 0;
    margin-top: -4px;
}
.loginContainer form{
    display: inline;
}
.loginPW img{
	display:inline-block;
	padding:0 5px;
	margin-top:-1px;
}
.loginContainer > a{
	margin-left:0;
}
.loginContainer > span{
	display:inline-block;
	width:1px;
	margin:0 11px;
}
.loginContainer input[type="submit"]{
	width: initial;
}
.loginContainer > span::before{
	border-left:1px solid #888;
	content:"";
	padding:0 10px;
}
.loginContainer_mobile{
	display:none;
}
.loginContainer_mobile form{
	display: inline;
}
.loginContainer_mobile button{
	border: none;
    background-color: transparent;
}
.loginContainer_mobile button img{
	padding: 0 5px;
}

.navbar-header{
	text-align:center;
}

.loginContainer_mobile a{
	margin-right:10px;
}
.nav{

}

.navbar-nav a{
	font-size:18px;
	margin-top:22px;
	padding:5px !important;
	margin-left:20px;
	font-family: normalFonts ,'Open Sans', sans-serif;
}
.navbar-default .navbar-nav > li > a {
	color:#0081B8;
}
.navbar-default .navbar-nav > li > a.currentPage{
	color:#2EA6DF ;
}
.navbar-default .navbar-nav > li > a:hover{
	color: #666 ;
}

@media screen and (max-width:999px){
	.loginContainer_mobile{
		position:absolute;
		display:block;
		right:65px;
		top:23px;
	}
	.loginContainer_mobile .userName{
		overflow: hidden;
		max-width: 110px;
		font-size: 13px;
		display: inline-block;
		vertical-align: middle;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.loginContainer_mobile .cartBtn{
		font-size: 13px;
	}
	.loginContainer{
		display:none;
	}
	.logo{
		margin-top:0px;
	}
	.navbar-brand{
		padding-left:0;
	}	
}
@media screen and (max-width:767px){	
	.navbar-brand .logo{
		display:block;
		margin: 0 auto !important;
	}	
	.navbar-brand{
		float:none;
		width:100% !important;
		text-align:center;
		padding:10px 0 5px 0 !important;
		display:block;
		height:57px;
	}
	.logo{
		max-width:250px;
	}
	.menu{
		padding:0;
	}
	.navbar-toggle{
		float:left;
		margin-left:15px;
	}
	.loginContainer_mobile{
		right:0;
		top:65px;
	}
}


/******** insdie page *******/
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0; overflow: hidden;
} 
.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.contentHead{
	width:100%;
	margin-top:-40px;
}
.breadcrumb{
	float:left;
	font-size:14px;
}
.search{
	float:right;
}
.search input[type=text]{
	padding:2px 5px;
	margin: 0 5px;
}
.pageTitle{
	display:block;
	margin:10px auto 15px;
	text-align:center;
}
.mobileCateList{
	display:none;
}
.companyInfo{
	text-align: center;
	font-size:1.4em;
	max-width:90%;
	margin:0 auto
}
.companyInfoBR{
	display:block;
	height:0;
}
.indexThreeBox{
	display:block;
	width:100%;
	margin:0 auto;
	position:relative;
	overflow:hidden;
}
.photo{
	overflow:hidden;
	text-align:center;
}
.indexThreeBox .photo img{
	width:100%;
	display:block;
}
.indexThreeBox .textbox{
	/*position:absolute;*/
	/*bottom:-58px;
	background:rgba(0,0,0,0.55);
	color:#fff;
	*/
	bottom:0;
	padding:10px;
	color: #666;
}
.indexThreeBox .textbox .title{
	color:#0081B8;}

.indexThreeBox:hover .textbox{
	bottom:0;
	color: #666;
}
.indexThreeBox .textbox .title{
	text-align:center;
	padding:0;
	font-size:20px;
	padding-bottom:10px;
}
.indexThreeBox .textbox .description{
	/*overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	line-height: 16px;     
	height: 48px;      
	-webkit-line-clamp: 3; 
	-webkit-box-orient: vertical;*/
	text-align: center;
}
@media screen and (max-width:999px){
	.companyInfo{
		font-size:1.3em;
		max-width:90%;
	}
	.companyInfoBR{
		display:none;
	}
}
@media screen and (max-width:767px){
	.mobileCateList{
		display:block;
		width:100%;
		margin-bottom:10px;
	}
	.breadcrumb{
		float:none;
		width:100%;
	}
	.search{
		float:none;
		display:block;
		margin:10px auto;
	}
	.pageTitle{
		margin:20px 0 15px 0;
	}
}
@media screen and (max-width:700px){
	.companyInfoBR{
		display:none;
	}
	.indexThreeBox{
		max-width:none;
		margin-bottom:20px;
	}
	.indexThreeBox .textbox{
		position:relative;
		bottom:0;
	}
	.indexThreeBox .textbox .title{
		padding-bottom:5px;
	}
}
@media screen and (max-width:650px){
	h1{
		font-size:30px;
	}
	h2{
		font-size:23px;
	}
}

/****************** main banner *****************/
.main_banner{
	width:100%;
	margin:0 auto;
	padding:0;
}
/*.main_banner img{
	width:100%;
	margin:0;
	padding:0;
	border:none;
	display:block;
}*/
.bannerBG{
	width:100%;
	height:400px;
	max-height:35vw;
	display:block;	
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
	position:relative;
}
.insideBanner{
	height:300px;
	max-height:30vw;
}
.bannerTxt{
	width:45%;
	max-width:530px;
	margin:0 auto;
	text-align:center;
	color:#fff;
	text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
	font-size:38px;
	height:400px;
	max-height:35vw;
	display:table;
	letter-spacing: -0.5px;
	font-family: normalFonts ,'Open Sans', sans-serif;
	
}
.bannerTxt3{
	margin: 0;
}
.insideBanner .bannerTxt{
	height:300px;
	max-height:30vw;
}
.bannerTxt > span{
	display: table-cell;
	vertical-align: middle;
	line-height:1.2em;
}
.bannerTxt3 > span{
	vertical-align: bottom;
	display: block;
	position: absolute;
	bottom:20px;
	left: 5%;
}
.shadow{
	background-color: hsla(0,0%,0%,0.2);
}
.shadow2{
	background-color: rgba(0,129,184,0.7);
}
.shadow3{
	background-color: rgba(255,255,255,0.8);
	text-shadow:none;
	color:#666;
}
.bannerTxt .shadow,
.bannerTxt .shadow2,
.bannerTxt .shadow3{
	display: block;
	padding: 15px;
}
.bannerTxt h1{
	font-size: inherit;
}
.bgTxtBox{
	display:inline-block;
	background-color: rgba(0,129,184,0.7);
	padding:15px 30px;
	color:#fff;
	font-weight:normal;
	font-family: normalFonts ,'Open Sans', sans-serif;
}
.whitebgTxtBox{
	background-color: rgba(255,255,255,0.7); color:#000; text-shadow: none;	
}
@media screen and (max-width:1050px){
	.bannerTxt{
		font-size:30px;
	}
}
@media screen and (max-width:767px){
	.bannerBG{
		height:300px;
		max-height:none;
		display:block;
	}
	.insideBanner{
		height:200px;
		max-height:none;
		display:block;
	}
	.bannerTxt{
		width:90%;
		font-size:28px;
		height:300px;
		max-height:none !important;
	}
	.insideBanner .bannerTxt{
		height: 200px;
	}
	.bannerTxt_top{
		display:block;
		padding-top:40px;
	}
}
@media screen and (max-width:450px){
	.bannerBG{
		height:250px;
	}
	.bannerTxt{
		height:250px;
		font-size:22px;
	}
	.insideBanner,
	.insideBanner .bannerTxt{
		height: 200px;
	}
	.bannerTxt_top{
		display:block;
		padding-top:35px;
	}
}
/****************** What We Offer *****************/
#accordion1{
	margin:40px auto 10px auto;
	max-width:900px;
}
.panel-default{
	border:none;
}
.panel{
	box-shadow:none;
	margin-bottom:15px !important;
}
.panel-heading{
	background-color:#4ca7cd;
	color:#fff;
	border-radius:0;
	padding:15px;
	min-height:120px;
	background:url(../images/we_offer/bg1.jpg) no-repeat center;
	background-size:cover;
}
.panel-body{
	background:#efefef;
	padding:30px 20px;
}
.panel-title{
	font-size:2em;
}
@media screen and (max-width:767px){
	.panel-title{
		font-size:1.5em;
	}
}
.serviceSection{
	width: 100%;
}
.sectionContainer {
	width: 16.66666666666667%;
	display: inline-block;
	position: relative;
	float: left;
	overflow:hidden;
	background: url(../images/index_s3.jpg) no-repeat center;
	background-size: cover;
}
.sectionContainer:after {
	padding-top: 100%;
	display: block;
	content: '';
	transition: 0.5s;
}
@media screen and (max-width:1300px){
	.sectionContainer {
		width: 33.33%;
	}

}
@media screen and (min-width:800px) and (max-width:1300px){
	.sectionContainer:after {
		padding-top: 70%;
		display: block;
		content: '';
	}
}
@media screen and (max-width:600px){
	.sectionContainer {
		width: 50%;
	}
}

.sectionContainer a{
	display:block;
	position:absolute;
	width: 100%;
	height: 100%;
	background-color: hsla(0,0%,0%,0.65);
	transition: 1s;
}
.sectionContainer a:hover{
	background-color: hsla(0,0%,0%,0.0);
}
.sectionTxtBox{
	display: table;
	height: 100%;
	width: 80%;
	margin: 0 auto;
	vertical-align: middle;
	color: #fff;
}
.sectionTxtBox > div{
	display: table-cell;
	width: 100%;
	height: 100%;
	text-align: center;	
	vertical-align: middle;
	line-height: 26px;
	font-size: 22px;
	font-family: normalFonts ,'Open Sans', sans-serif;
}
.sectionContainer a:hover .sectionTxtBox > div{
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
}
.sectionTxtBox .readMore{
	font-size: 14px;
	padding:0 5px;
	border: 1px #fff solid;
	margin-top: 10px;
	display: inline-block;
	border-radius: 5px;
	font-family: lightFonts;
}
.sectionContainer a:hover .readMore{
	background-color: rgba(0,129,184,0.8);
}
.lightbox{
	display: none;
}
.featherlight .featherlight-content{
	color:#fff;
	background: rgba(0,0,0,0.85);
	border-radius: 8px;
}
.featherlight-content{
	width: 90%;
	max-width: 900px;
}
.featherlight-close-icon{
	line-height: 30px !important;
	width: 30px !important;
}
.featherlight-close{
	margin: 10px;
	background: #222 !important;
	color:#fff !important;
	border-radius: 50px;
}
.featherlight .featherlight-close-icon{
	background-color:#0087AB !important;
}
.featherlight:last-of-type {
    background: rgba(255,255,255,0.50) !important;
}
.featherlight h2{
	color: #00a0ca;
	margin-bottom: 10px;
}
/****************** product pages *****************/
.specailContainer{
	margin-bottom:30px;
	position:relative;
	display:block;
	float:left;
}
@media screen and (min-width:1200px){
	.specailContainer{
		width:16%;
		margin-left:0.8%;
	}
	.specailContainer:nth-child(6n+1){
		margin-left:0;
		clear:left;
	}
}
@media screen and (min-width:768px) and (max-width:1199px){
	.specailContainer{
		width:23.875%;
		margin-left:1.5%;
	}
	.specailContainer:nth-child(4n+1){
		margin-left:0;
		clear:left;
	}
}
@media screen and (max-width:767px){
	.specailContainer{
		width:48.5%;
		margin-left:3%;
	}
	.specailContainer:nth-child(2n+1){
		margin-left:0;
		clear:left;
	}
}
.specailContainer .title{
	position:absolute;
	bottom:0;
	background:rgba(0,0,0,0.70);
	width:100%;
	text-align:center;
	padding:10px;
	font-size:1.1em;
	line-height:1em;
	color:#fff;
	transition:all 0.8s;
	border:1px solid rgba(235, 235, 235, 1);
	border-top:none;
}
.specailContainer:hover .title{
	background-color: rgba(0,129,184,0.8);
}
.otherCate h2{
	font-size:30px;
	margin:40px 0 25px 0;
}
.otherCateList{
	list-style:none;
	padding-left:0;
}
.otherCateList li{
	width:14.6%;
	margin:5px 1%;
	padding:0;
	display:block;
	float: left;
	vertical-align:top;
	line-height:1em;
	font-size:1.1em;
	height:2em;
}
@media screen and (max-width:1550px){
	.otherCateList li{
		width:18%;
		margin:8px 1%;
	}
}
@media screen and (max-width:999px){
	.otherCateList li{
		width:22%;
		margin:8px 1.5%;
	}
}
@media screen and (max-width:700px){
	.otherCateList li{
		width:30.3%;
		margin:8px 1.5%;
	}
}
@media screen and (max-width:600px){
	.otherCateList li{
		width:46%;
		margin:8px 2%;
	}
}
#hor-box{
	display: table;
	display:flex;
}
.tcell{
	display:table-cell;
	vertical-align:top;
}
#hor-box .tcell_left{
	min-width:200px;
	max-width:240px;
}
#hor-box .tcell_right{
	width:100%;
}
.cateList{
	border:#DCDDDD 1px solid;
	display:table-cell;
	min-width:200px;
}
.cateList .main_cate{
	padding:0 15px;
}
.cateList .cate_name{
	font-size:20px;
	text-align:center;
	padding:12px 0;
}
.main_cate_list{
	height:1000px;
}
.cateList .main_cate_config .cate_name{
	border-bottom:#DCDDDD 1px solid;
}
.cateList ul{
	margin:0;
	padding:0;
	list-style:none;
}
.cateList ul li{
	padding:0 0 1px 0;
	line-height:1.1em;
	font-size:13px;
	color:#666;
}
.cateList ul a{
	padding:5px 10px;
	color:#888;
	display:block;
	text-decoration:none;
}
.cateList ul a:hover{
	background:#54A6C4;
	color:#fff;
}
.cateList ul .selected a{
	background:rgba(0,129,184,1) !important;
	color:#fff;
}
.productList,
.product_detail_wrap{
	padding-left:20px;
}
.subCategories .productContainerWrap{
	
}
.productContainerWrap{
	width:16.6%;
	margin:0 0 20px 0;
	background:#fff;
	display:block;
	float:left;
	-webkit-transition: width 0.5s;
	transition: width 0.5s;
}
.productContainer{
	display:block;
	background:#fff;
	border:none;
	margin:0 10px;
}
.productContainer 
.loginToSeeMore{
	width:100%;
	border:1px #abc solid;
}

.productContainer .photo,
.square_container .photo{
	display:block;
	width:100%;
	height:100%;
	white-space: nowrap;
    text-align: center;
	border:1px solid rgba(235,235,235,1.00);
}
.selected .photo,
.selected .square_container{
	border-color: #CAF0FF;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(84,166,196,1);
	-moz-box-shadow: 0px 0px 10px 0px rgba(84,166,196,1);
	box-shadow: 0px 0px 10px 0px rgba(84,166,196,1);
}
.productContainer .photo{
	height:12.5vw;
}
.productContainer .photo img,
.square_container .photo img{
	max-width:100%;
	max-height:100%;
	padding:0;
	vertical-align: middle;
}
.productContainer .photo:after,
.square_container .photo:after{
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.square_container .photo:after{
	height: inherit;
}
.productCombine{
	height: 100%;
	border:1px solid rgba(235,235,235,1.00);
}
.productCombine>div{
	height: 50%;
	width: 100%;
	display:block;
}
.productCombine>div>div{
	height: 100%;
	text-align: center;
	width: 100%;
	display:block;
	white-space: nowrap;
}
.productCombine>div>div img{
	max-width:100%;
	max-height:100%;
	padding:0;
}
.productCombine>div>div:after{
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.bottomAlign img{
    vertical-align: bottom;
}
.topAlign img{
	vertical-align: top;
}
.productContainer .detail{
	text-align:center;
	padding:10px;
}

.productContainer .detail .name{
	font-weight:bold;
	color:#54A6C4;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	line-height: 14px;     /* fallback */
	height: 42px;      /* fallback */
	-webkit-line-clamp: 3; /* number of lines to show */
	-webkit-box-orient: vertical;
}
.productContainer .added{
	background: rgba(0,129,184,1) !important;
	color: #fff;
	border-color: rgba(0,129,184,1) !important;
	cursor: default;
}
.productContainer .button:hover,
.productContainer .button:focus{
	background: #54A6C4;
	color: #fff;
	border-color:  #54A6C4;
}
@media screen and (max-width:450px){
	.productContainer .detail .name{
		height: 56px;      /* fallback */
		-webkit-line-clamp: 4; /* number of lines to show */
	}
}
.subCategories .productContainer .detail .name{
	height:28px;
	-webkit-line-clamp: 2;
}
.productContainer .detail .name a{
	color:#54A6C4;
}
.productContainer .detail .name a:hover,
.productContainer .detail .name a:focus{
	color:#2788ac;
}
.productContainer .detail .button{
	margin-top:3px;
}
@media screen and (min-width:1551px){
	.productContainerWrap:nth-child(6n+1){
		clear:left;
	}
}
@media screen and (min-width:1351px) and (max-width:1550px){
	.productContainerWrap{
		width:20%;
	}
	.productContainer .photo{
		height:14.4vw;
	}
	.productContainerWrap:nth-child(5n+1){
		clear:left;
	}
}
@media screen and (min-width:1201px) and (max-width:1350px){
	.productContainerWrap{
		width:25%;
	}
	.productContainer .photo{
		height:17.8vw;
	}
	.productContainerWrap:nth-child(4n+1){
		clear:left;
	}
}
@media screen and (min-width:1001px) and (max-width:1200px){
	.productContainerWrap{
		width:33.3%;
	}
	.productContainer .photo{
		height:22.5vw;
	}
	.productContainerWrap:nth-child(3n+1){
		clear:left;
	}
}
@media screen and (max-width:1000px){
	.productList,
	.product_detail_wrap{
		padding-left:10px;
	}
	.productContainerWrap{
		width:50%;
	}
	.productContainer .photo{
		height:31.5vw;
	}
	.productContainerWrap:nth-child(2n+1){
		clear:left;
	}
}
@media screen and (max-width:767px){
	.productList,
	.product_detail_wrap{
		padding-left:0;
	}
	.productContainer{
		margin:0 5px;
	}
	.productContainer .photo{
		height:44.4vw;
	}
	.tcell_left{
		display:none;
	}
	.tcell_right{
		display:block;
	}
}
@media screen and (min-width:401px) and (max-width:550px){
	.productContainer .photo{
		height:44vw;
	}
}
@media screen and (max-width:400px){
	.productContainer .photo{
		height:42vw;
	}
}
.productConfig{
	color: #666;
	border: 1px solid #ddd;
	display: block;
	margin: auto;
	padding: 10px;
	line-height: 20px;
	border-radius: 5px;
}
.productConfig:hover, .pc_selected{
	border-color:#54A6C4;
	color:#fff;
	background: #54A6C4;
}
.current_blue{
	background:rgba(0,129,184,1) !important;
	color:#fff !important;
	border-color:rgba(0,129,184,1) !important;
}
.productConfigHeader{
	display: block;
	padding: 0 15px 0 30px;
	margin-bottom: 15px;
}
.productConfigHeader p{
	clear: both;
	font-size: 14px;
}
#productConfigSelect{
	float: left;
	width:200px;
	height:20px;
	font-size:11px;
	margin-bottom: 10px;
	margin-right: 10px;
}
.config_step{
	margin-top: 10px;
}
.config_step .btn {
	width: 135px;
	height: 40px;
	margin: 0;
	padding: 15px 8px;	
	padding-top: 10px;
	position: relative;
	border-radius: 0;
	border: 0;
	font-size: 12px;
	text-align: center;
	text-transform: uppercase;
	list-style:none;
}
.config_step .btn:before {
	content: ' ';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 0;
}
.config_step .btn:after {
	content: ' ';
	position: absolute;
	right: 0;
	bottom: 0;
	width: 0;
	height: 0;
}
.config_step .next{
	padding-left: 0;
}
.config_step .next:before{
	border-left: 12px solid white;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
}
.config_step .next:after{
	border-top: 20px solid white;
	border-left: 20px solid transparent;
	border-bottom: 20px solid white;
}
.config_step .pre{
	background: #eaeaea;
	margin-right: 10px;
	padding-right: 0;
}
.config_step .pre:before{	
	border-right: 20px solid transparent;
	border-top: 20px solid white;
	border-bottom: 20px solid white;
}
.config_step .pre:after{	
	border-right: 12px solid white;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
}
.config_step .btn-primary{
	background-color: rgba(0,129,184,1);
}
.config_step .btn-primary:hover, .config_step .btn-primary:focus{
	background: #2e6da4;
}
.config_step .pre:hover{
	background: #ccc;
}
.step{
	width: 100%;
	margin-bottom: 10px;
}
.step>a{
	display: inline-block;
	width: 33%;
	box-sizing: border-box;
	background:#eee;
	color: #666;
	border: 1px solid #ccc;
	padding: 5px 13px;
	border-top: 5px solid transparent;
	border-left: 5px solid red;
	border-bottom: 5px solid transparent;
}
.step>a:hover{
	background-color: #eee;
	color: #666;
}
.stepwizard-step p {
    margin-top: 10px;
}
.stepwizard-row {
    display: table-row;
}
.stepwizard {
    display: table;
    width: 100%;
	margin: 10px 0 15px 0;
    position: relative;
}
.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}
.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-order: 0;
}
.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}
.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}
.stepwizard .btn.disabled, .stepwizard .btn[disabled]{
	opacity: 1;
}
.pager{
	padding: 0 25px;
	margin-top: 20px;
}
.pager > li > a{
	padding: 2px 10px;
	font-size: 14px;
	color: #666;
	border-radius: 5px;
}
.pager .disabled a,.pager .disabled a:hover{
	visibility:hidden
}
@media screen and (max-width:999px){
	.productConfigHeader{
		padding: 0 10px 0 20px;
		margin-bottom: 15px;
	}
}
@media screen and (max-width:767px){
	.productConfigHeader{
		padding: 5px;
		margin-top: 10px;
	}
	.step{
		float:inherit;
		margin-bottom: 15px;
	}
	.step>a:first-child{
		margin-left: 0;
	}
	.productConfigHeader p{
		float: none;
		margin: 0;
	}
	.pager{
		padding: 0 5px;
	}
}
/**************************** Product Detail**************************/
.product_detail_content{
	width:100%;
}

.product_detail_content .detail{ 
	float:left;
	margin-left:2vw;
}
.productDetailContainer .photo{
	width:38%;
	height:38vw;
	max-height:600px;
}
.square_container {
    display: table;
    position: relative;
    width: 100%;
	padding:0;
	margin:0;
	float:left;
}
.product_detail_content .square_container{
	width:35%;
}
.product_detail_content .detail {
	width:60%;
}
.product_detail_content .detail .name{
	font-size:1.6em;
}
.product_detail_content .detail .number{
	font-size:1.3em;
	margin-bottom:10px;
}
@media screen and (max-width:900px){
	.product_detail_content .detail{
		margin-left:15px;
	}
}
@media screen and (max-width:600px){
	.product_detail_content .square_container{
		width:100%;
		float:none;
	}
	.product_detail_content .detail{
		float:none;
		margin-left:0;
		margin-top:15px;
		display:block;
		width:100%;
	}
}
.square_container .dummy {
    margin-top: 100%;
}
.square_container .element {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
	padding:0;
	text-overflow:ellipsis;
	overflow:hidden;
}


/*---------*/
.carousel{ width:100%;}
.carousel__wrapper{}
.carousel__container{}
.carousel__content{ overflow:hidden; height:auto; width:100%; position:relative;}
.carousel__slider{ position:absolute;}
.carousel__item{ position:absolute; color:#888 !important;line-height:1.2em;}
carousel__item img{}
.carousel__navigation{}
.carousel__nav{}
.carousel__nav--left{}
.carousel__nav--right{}
/*---------*/

#carousel .carousel__nav{ float:right;}
#carousel .carousel__nav--left{ display:inline-block;}
#carousel .carousel__nav--right{ display:inline-block;}
#carousel .carousel__wrapper{ margin-top:20px;}
#carousel .arrow-right{margin-left:10px;}

#carousel-2{ margin-top:10px; position:relative;}
#carousel-2 .carousel__navigation{position:absolute; z-index:10; width:100%;top:40%; left:0; display:block;}
#carousel-2 .carousel__nav--left{ position:absolute; left:0;}
#carousel-2 .carousel__nav--right{ position:absolute; right:0;}
#carousel-2 .carousel__container{ margin:0  20px;}

.arrow-right {
	width: 0; 
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-left: 10px solid #bbbbbb;
}
.arrow-left {
	width: 0;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent; 
	border-right:10px solid #bbbbbb; 
}
.carousel__item .detail{
	text-align:center;
	clear:both;
}
/************************* Contact Us & Form************************/
.contact td{
	vertical-align:top;
}
.form{
	width:100%;
	display:table;
}
.formRow{
	display:table-row;
}
.formCol{
	display:table-cell;
	padding-bottom:15px;
	vertical-align:top;
}
@media screen and (max-width:650px){
	.formRow{
		display:block;
		margin-bottom:10px;
	}
	.formCol{
		width:100%;
		display:block;
		padding-bottom:3px;
	}
}
.boxsizingBorder {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width:100%;
}
.callForAction{
	background:#0081B8;
	color:#fff;
	padding:20px;
	border-radius:10px;
	width: 80%;
	margin: 40px auto 0 auto;
}
.callForAction a{
	color:#fff;
	font-weight: bold;
	font-family: normalFonts ,'Open Sans', sans-serif;
}
input[type="checkbox"]{
	border-color:#bbb;
	margin-right:5px;
}
.otherSpecify{
	display:inline-block;
}
.loginForm,
.regForm{
	display:block;
	width:800px;
	margin:0 auto;
	max-width:100%;
	background:#fafafa;
	padding:25px;
}
.loginForm{
	width:450px;
	margin-top:20px;
}
.loginForm input{
	padding:5px 10px;
}
.loginForm p{
}
.loginForm .button2{
	margin:0;
    padding: 5px 20px;
}

@media screen and (max-width:767px){
	.otherSpecify{
		display:block;
		margin-top:8px;
	}
	.loginForm,
	.regForm{
		padding:15px;
	}
	.loginForm{
		margin-top:0;
	}
}
.regForm h3{
	margin:15px 0;
}
.countreySelect{
	width:250px;
}
.loginBG{
	background:url(../images/bg.jpg) no-repeat center;
	background-size:cover;
	min-height:79vh;
}
/****************** Cart ***************************/
.cartList{
	display:table;
	width:100%;
}
.cartItem{
	display:table-row;
	background:#fbfbfb;
}
.cartItem:nth-child(2n){
	background:#fff;
}
.cartItem_photo,
.cartItem_des,
.cartItem_listPic,
.cartItem_remove{
	display:table-cell;
	vertical-align:top;
	padding:10px 0 10px 10px;
}
.cartItem_photo{
	width:105px;
}

.cartItem_photo .square_container{
	border:1px solid #bbb;
	background:#fff;
}
.cartItem_des{
	padding-left:15px;
	padding-top:15px;
}
.cartItem_remove{
	width:1.5em;
	padding-right:15px;
	padding-top:15px;
}
.enqHistory .cartItem_des{
	width: 35%;
}
.enqHistory .cartItem_listPic .square_container{
	max-width: 60px;
	margin-right: 10px;
	background: #fff;
}
.cartItem_listPic{
	width: 50%;
}
.enqHistory .cartItem_remove{
	width:140px;
}
.enqNo{
	background: #999;
	color: #fff;
	padding: 7px 10px;
	font-size: 1.2em;
}
@media (max-width:767px){
	.cartItem_des,
	.cartItem_remove,
	.cartItem_listPic,
	.enqHistory .cartItem_des{
		width: 100%;
		display: block;
	}
	.cartItem_remove{
		padding: 0 5px ;
		padding-bottom: 10px;		
	}
	.enqHistory .cartItem_listPic .square_container{
		margin-bottom: 15px;
	}
}
a.cross{
	color:#888;
	cursor: pointer;
	padding:2px 5px;
	border:1px solid #bbb;
	border-radius:5px;
	font-size:12px;
	display: inline-block;
	margin-left: 5px;
}
a.cross:hover{
	color:#fff;
	border-color:#0081b8;
	background-color:#0081b8;
}
.cartItem_remove a{
	float: left;
}
@media screen and (max-width:767px){
	.cartItem_photo{
		width:85px;
	}
	.cartItem_des{
		padding-left:10px;
	}
}
/**************************** sitemap **************************/
#sitemap h2{
	font-size: 22px;
	margin: 20px 0;
}
#sitemap h3{
	font-size: 18px;
	margin: 10px 0;
}
#sitemap hr{
	height: 0;
	border: none;
	border-bottom: 1px #ddd dotted;
	padding: 5px 0 20px 0;
}
/**************************** footer **************************/
footer{
	background-color:#eee;
}
footer a{
	color:#666;
}
.footerContact table td{
	vertical-align:top;
	min-width:70px;
	padding:2px 0;
}
.footerContact_name{
	font-size:1.2em;
	margin-bottom:2px;
	color:#4A92C3;
	font-weight:bold;
}
.footerRight{
	float:right;
}
.footerRight .terms-of-use {
    margin-left: 25px;
}
.shareButton{
	float:right;
}
	
@media screen and (max-width:900px){
	.shareButton{
		float:none;
		margin-top:15px;
	}
	.footerRight{
		width:100% !important;
		float:none;
		text-align:left;
		margin-top:5px;
	}
}

