.top,
.product-container{
	float: left;
}
.top{
	margin-top: 7px;
	width: 1100px;
}
.top .right{
	display: inline-block;
	float: right;
}
.top .left{
	float: left;
}
/*.top .right{
	float: right;
}*/

#LeftTitle{
	color: #00a1e1;
	height: 40px;
	margin: 0;
	margin-bottom: 47px;
}
#product-inner .top #LeftTitle{
	color: #565962;
}
#LeftTitle h3{
	margin: 0;
	line-height: 40px;
	font-size: 30px;
}
.btn-group .btn{
	padding: 6px 20px;
	font-size: 16px;
	letter-spacing: 1.5px;
	background: #FFF;
	border-radius: 0;
	border-color: #ccc;
}
.bootstrap-select{
	border-radius: 0;
	box-shadow: 0 0 0 transparent;
	text-shadow: 0 0 0 transparent;
}
.btn-group:first-child{
	width: 155px;
}
.btn-group:nth-child(2){
	width: 100px;
}
.btn-group:nth-child(3){
	width: 155px;
}
.btn-group:nth-child(4){
	width: 120px;
}
.btn-group .btn {
    width: 100%;
}
.btn-group .caret{
	position: absolute;
    top: 50%;
    right: 12px;
    margin-top: -2px;
    vertical-align: middle;
}

.btn-group .caret{
	color: #a9a9a9;
}
.btn-group .dropdown-toggle .filter-option{
	color: #a9a9a9;
	letter-spacing: 1.5px;
	text-align: center;
}
.dropdown-menu{
	background: #FFF;
	color: #a9a9a9;
	border-radius: 0;
	padding: 0;
	margin: 0;
    min-width: 100%;
}
.dropdown-menu li:hover a,
.dropdown-menu li:active a,
.dropdown-menu li:focus a,
.dropdown-menu li.selected a{
	background: #a9a9a9;
	color: #FFF;
}
.top .btn-group .btn,
.top form input{
	padding: 0;
	margin: 0;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	color: #a9a9a9;
	display: inline-block;
}
#inputPname{
	/*width: 165px;*/
	width: 130px;
	border: solid 1px #ccc;
}
#searchBtn{
	/*width: 78px;*/
	width: 70px;
	background: #00a1e1;
	color: #FFF;
	border-radius: 0;
	margin-right: 0;
	-webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    margin-top: -2px;
}
#searchBtn:hover{
	background: #565962;;
}
.product-container{
	margin-bottom: 34px;
}
.content{
	float: left;
	margin-bottom: 44px;
}
#content01{
}
#content04{
	position: relative;
	display: block;
	width: 100%;
}
.product {
	width: 250px;
	height: 365px;
	float: left;
	overflow: hidden;
	position: relative;
	text-align: center;
	cursor: default;
	border: solid 1px #ccc;
    margin-right: 33px;
    margin-bottom: 30px;
}
.product .pic{
	position: relative;
	height: 255px;
}
.product .pic img{
	position: relative;
    display: block;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-mos-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.product .mask{
	width: 250px;
	height: 365px;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
}
.product img {
	display: block;
	position: relative;
}
.product .mask {
   opacity: 0;
   overflow:visible;
   border:125px solid rgba(0,161,225,0.7);
   -moz-box-sizing:border-box;
   -webkit-box-sizing:border-box;
   box-sizing:border-box;
   -webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   -ms-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
}
.product:hover .mask {
   opacity: 1;
   border:125px solid rgba(0,161,225,0.7);
}
.product .text{
	padding-left: 18px;
	color: #F00;
	position:relative;
	opacity: 1;
	text-align: left;
	-webkit-transition: opacity 0.5s 0s ease-in-out;
	-moz-transition: opacity 0.5s 0s ease-in-out;
	-o-transition: opacity 0.5s 0s ease-in-out;
	-ms-transition: opacity 0.5s 0s ease-in-out;
	transition: opacity 0.5s 0s ease-in-out;
}
.product:hover .text{
	color: #FFF;
	opacity:0;
	-moz-transition-delay: 0.3s;
	-webkit-transition-delay: 0.3s;
	-o-transition-delay: 0.3s;
	-ms-transition-delay: 0.3s;
	transition-delay: 0.3s;
}
.product .text h4{
	font-size: 16px;
	color: #c2c9c6;
	letter-spacing: 0.6px;
}
.product .text h5{
	font-size: 22px;
	color: #565962;
	letter-spacing: 0px;
}
.product .mask > .text{
	opacity: 1;
    margin-top: 140px;
	width: 250px;
    left: 50%;
    transform: translateX(-50%);
}
.product .mask > .text h4,
.product .mask > .text h5{
	color: #FFF;
	-webkit-font-smoothing: auto;
}

.product .symbol{
	position: absolute;
	right: 3px;
    bottom: -3px;
    font-size: 10px;
}
.product .symbol:after{
	font-family: "icomoon";
	content: "\f548";
	color: #00a1e1;
}
.product:hover .symbol:after{
	color: #FFF;
}

@media screen and (min-width: 1200px) and (max-width: 1407px){
	#content{
		float: left;
	}
	.top,
	#product-sort .top{
		width: 1189px;
	}
	.top > .left#LeftTitle,
	#content .product-container{
		margin-left: 45px;
	}
	.top > .right{
		margin-right: 45px;
	}
}

@media screen and (max-width: 1199px){
	
	.top,
	#product-sort .top{
		width: 100%;
	}
	.top #LeftTitle{
		margin-left: 1%;
	}
	.top > .right{
		margin-right: 1%;
	}
	#LeftTitle h3{
		font-size: 26px;
	}
	#content .product-container{
		float: none;
	}
	.content{
		width: 100%;
	}
	#content02,
	#content03{
		width: 23%;
    	margin-left: 1%;
    	margin-right: 1%;
	}
	#content02 .product,
	#content03 .product{
		width: 100%;
	}
	.product{
	    width: 23%;
	    height: 340px;
	    float: left;
	    overflow: hidden;
	    position: relative;
	    text-align: center;
	    cursor: default;
	    border: solid 1px #ccc;
	    margin: 1%;
	}
	.product .pic{
		height: 240px;
	}
	.product .mask{
		height: 340px;
		width: 100%;
	}
	.product:hover .mask{
		border: 137px solid rgba(0,161,225,0.7);
	}
	.product .mask > .text{
		margin-top: 113px;
    	padding-left: 6px;
	}

	.top{
		position: relative;
		height: 80px;
		margin-bottom: 47px;
	}
	.top #LeftTitle:first-child{
		position: absolute;
		top: 50px;
	}
	.top .right{
		float: left;
		width: 100%;
		margin-right: 0;
		margin-left: 0;
		padding: 0 10px;
	}
	.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn):first-child{
		width: 21%;
	}
	.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn):nth-child(2){
		width: 14%;
	}
	.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn):nth-child(3){
		width: 22%;
	}
	.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn):nth-child(4){
		width: 16%;
	}
	#inputPname{
		width: 17%;
	}
	#searchBtn{
		width: 7%;
	}


}


@media screen and (max-width: 991px){
	.top{
		height: 80px;
	}
	.top #LeftTitle{
		margin-bottom: 0;
		position: absolute;
		top: 50px;
		margin-left: 1.5%;
	}
	#LeftTitle{
		margin-left: 1.5%;
	}
	.top .right{
		position: absolute;
	}
	.bootstrap-select .btn{
		width: 100%;
	}
	.max-md-size section#search{
		display: block;
		margin-top: 0;
		float: left;
	}
	section#content{
		float: left;
	}
	#content .head{
		margin-bottom: 25px;
	}
	.product {
		width: 30.333333333334%;
		margin: 1.5%;
	}
	.content{
		margin-bottom: 10px;
	}
	.content > #LeftTitle > h3{
		margin-left: 1%;
	}
	#content02,
	#content03{
		width: 46%;
    	margin-left: 2%;
    	margin-right: 2%;
	}
	#content01 .product,
	#content04 .product,
	#content02,
	#content03{
    	max-width: 260px;
	}
	#content02 .left#LeftTitle,
	#content03 .left#LeftTitle,
	#content02 > #LeftTitle > h3,
	#content03 > #LeftTitle > h3{
		margin-left: 0;
	}
	#content02 .product,
	#content03 .product{
		width: 100%;
		margin: 0;
	}

	.product .text{
		padding-left: 25px;
	}
	.product:hover .mask{
		border: 150px solid rgba(0,161,225,0.7);
	}
	.product .mask > .text{
		margin-top: 100px;
    	padding-left: 0px;
	}

}

@media screen and (min-width: 768px){

	.max-md-size section#search{
		display: none;
	}
	.top .right{
		display: block;
	}

}

@media screen and (max-width: 767px){
	
	#content .head{
		display: none;
	}
	.top #LeftTitle:first-child{
		top: 0;
		margin-left: 2%;
	}
	#LeftTitle{
		margin-left: 2%;
		position: relative;
		top: 0;
		margin-bottom: 25px;
	}
	.top {
		height: auto;
	}
	.top .right{
		display: none;
	}
	#LeftTitle h3{
		/*font-size: 20px;*/
	}
	.product{
		width: 46%;
		margin: 2%;
	}
	.product .text {
	    padding-left: 45px;
	}
	.product .mask,
	.product:hover .mask{
		border: 170px solid rgba(0,161,225,0.7);
	}
	.product .mask > .text {
	    margin-top: 80px;
	}
	.product-container .body .note .title{
		font: 20px Arial, "微軟正黑體";
		margin-bottom: 20px;
	}
	.product-container .body .note .sub-title,
	.max-sm-size .product-container .bottom .up .tab-content .title{
	    font: 16px Arial, "微軟正黑體";
	}
	.product-container .body .note .categoryInfo ol li,
	.product-container .bottom .up .tab-content .info ol li{
	    font: 13px/22px Arial,"微軟正黑體";
	}

	/*.top .right{
		padding: 0;
		height: 150px;
	}
	.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn):first-child,
	.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn):nth-child(3){
		width: 47%;
		margin-right: 2%;
		margin-bottom: 10px;
	}
	.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn):nth-child(2),
	.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn):nth-child(4){
		width: 47%;
		margin-right: 0%;
		margin-bottom: 10px;
	}
	#inputPname{
		width: 47%;
		margin-right: 2%;
	}
	#searchBtn{
		width: 20%;
	}*/


}


@media screen and (max-width: 479px){
	.top,
	.content > #LeftTitle > h3{
		width: 300px;
	    margin-left: 0;
	}
	.top{
		margin-bottom: 0;
		width: 300px;
		position: relative;
	    left: 50%;
	    -webkit-transform: translateX(-50%);
	    -mos-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	    -o-transform: translateX(-50%);
	    transform: translateX(-50%);
	    margin-left: 0;
	}
	.top #LeftTitle:first-child{
	    top: 0;
	    margin-left: 0;
	    width: 260px;
	    position: relative;
	    left: 50%;
	    -webkit-transform: translateX(-50%);
	    -mos-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	    -o-transform: translateX(-50%);
	    transform: translateX(-50%);
	}
	#LeftTitle{
		margin-left: 0;
	    width: 260px;
	    position: relative;
	    left: 50%;
	    -webkit-transform: translateX(-50%);
	    -mos-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	    -o-transform: translateX(-50%);
	    transform: translateX(-50%);
	}
	#content02, #content03 {
	    width: 300px;
	    margin-left: 0; 
	    margin-right: 0; 
	    position: relative;
	    left: 50%;
	    -webkit-transform: translateX(-50%);
	    -mos-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	    -o-transform: translateX(-50%);
	    transform: translateX(-50%);
	}
	.product{
		width: 300px;
		margin: 10px 0;
		position: relative;
		left: 50%;
    	-webkit-transform: translateX(-50%);
		-mos-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	.product .text {
	    padding-left: 45px;
	}
	.product:hover > .text{
		color: #FFF;
		opacity:0;
		-moz-transition-delay: 0s;
		-webkit-transition-delay: 0s;
		-o-transition-delay: 0s;
		-ms-transition-delay: 0s;
		transition-delay: 0s;
	}

}