.product-container {
	display: block;
	width: 100%;
}

/*===== Product Inner Head =====*/
.product-container .head {
	margin-top: 20px;
}
.product-container .head .title{
	padding: 0;
	float: left;
	width: 50%;
	display: block;
}
.product-container .head .title h2{
	font: 31px "微軟正黑體";
	font-weight: bold;
	letter-spacing: 0.5px;
}
.product-container .head .nav{
	float: right;
	width: 50%;
	display: block;
	text-align: right;
	margin-top: 30px;
}
.product-container .head .nav ul li{
	display: inline-block;

}
.product-container .head .nav ul li:first-child:before{
	content: none;
}
.product-container .head .nav ul li:before{
	content: " > ";
	color: #888;
	padding: 0 3px;
}
.product-container .head .nav ul li a{
	font: 15px "微軟正黑體";
	color: #888;
}

/*===== Product Inner Body =====*/
.product-container .body{
	
	display: inline-block;
	width: 100%;
	z-index: 9;
}

.min-bg-size .product-container .body #gallery{
	width: 59%;
}
.min-bg-size .product-container .body #note{
	width: 41%;
}
.product-container .body .note{
	padding-left: 10px;
	padding-right: 0;
	position: relative;
	height: 463px;
}

/*===== Product Inner Body Gallery =====*/

.product-container .body .gallery{
	padding-right: 0;
	padding-left: 0;
	
}
.product-container .body #gallery .img-border{
	width: 542px;
	height: 463px;
    border: solid 1px #ccc;
    float: left;
    background: #f5f5f5;
}
.product-container .body #gallery #main-img {
	max-height: 90%;
	position: relative;
	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-container .body #gallery > img{
	float: left;
	height: 520px;
	width: 520px;
	display: inline-block;
}
.product-container .body #gallery > ul{
	float: left;
	display: inline-block;
	padding-left: 10px;
}
.product-container .body #gallery li{
	display: block;
	margin-bottom: 10px;
	height: 108px;
	width: 108px;
	border: solid 1px #ccc;
}
#gallery ul li img {
    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%);
    position: relative;
    /*max-height: 80px;*/
    padding: 10px;

}

/*===== Product Inner Body Note =====*/

.product-container .body .note .title{
	font: 30px Arial, "微軟正黑體";
	margin-bottom: 25px;
	color: #565962;
	letter-spacing: 1px;
}
.product-container .body .note .sub-title{
	font: 20px Arial, "微軟正黑體";
	margin-bottom: 12px;
	color: #00a1e1;
}
.product-container .body .note .categoryInfo{
	margin-bottom: 30px;
	z-index: 7;
	margin-left: -5px;
}
.product-container .body .note .categoryInfo ol{
	margin-left: -15px;
}
.product-container .body .note .categoryInfo ol li {
    font: 16px/30px Arial,"微軟正黑體";
	color: #666666;
	letter-spacing: 0.5px;
}
.product-container .body .note .toolbar{
	position: absolute;
	bottom: 0;

}
.product-container .body .note .toolbar ul{
	margin: 0;
}
.product-container .body .note .toolbar ul li{
	display: inline-block;
	float: left;
}
.product-container .body .note .toolbar ul li a{
	width: 40px;
	height: 40px;
	line-height: 40px;
	display: inline-block;
}
.product-container .body .note .toolbar ul li:first-child,
.product-container .body .note .toolbar ul li:nth-child(2),
.product-container .body .note .toolbar ul li{
	margin-right: 6px;
}
.product-container .body .note .toolbar span{
	font-family: 'icomoon';
	color: #fff;
	width: 20px;
	height: 20px;
	background: #00a1e1;
	padding: 16px 10px 10px 10px;
	-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;
}
.product-container .body .note .toolbar ul li:hover span{
	background: #565962;
}
.product-container .body .note .toolbar ul li span.buy:before{
	content: "\f214";
	font-size: 20px;
}
.product-container .body .note .toolbar ul li span.facebook:before{
	content: "\e63e";
	font-size: 20px;
}
.product-container .body .note .toolbar ul li button.btn{
	border: solid 1px #00a1e1;
	color: #00a1e1;
	background: transparent;
    height: 40px;
    width: 118px;
    border-radius: 0;
    padding: 0;
    font-size: 16px;
    -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;
}
.product-container .body .note .toolbar ul li button:after{
	font-family: "icomoon";
	padding-left: 5px;
}
.product-container .body .note .toolbar ul li:hover button.btn{
	background: #00a1e1;
	color: #FFF;
}
.product-container .body .note .toolbar ul li button#pdfdl:after{
	content: "\f570";
}
.product-container .body .note .toolbar ul li button#pdrequest:after{
	content: "\f571";
}

/*===== Product Inner Bottom =====*/

.product-container .bottom .up .nav-tabs > li, 
.product-container .bottom .up .nav-pills > li {
    float:none;
    display:inline-block;
    *display:inline; /* ie7 fix */
     background: transparent;
	border-bottom: solid 1px transparent;
}
.product-container .bottom .up .nav-tabs > li.active a{
	border-bottom: solid 1px transparent;
	background: #565962;
}
.product-container .bottom .up .nav-tabs > li:hover a{
	border-bottom: solid 1px transparent;
	background: #565962;
}
.product-container .bottom .up .nav-tabs > li > a{
	font: 18px/30px Arial, "微軟正黑體";
    color: #FFF;
    padding: 4px 21px;
    background: #00a1e1;
    border-radius: 0;
    margin-left: 0;
    margin-right: 3px;
}
.product-container .bottom .up .nav-tabs{
	border: 0;
}
.product-container .bottom .up .nav-tabs, 
.product-container .bottom .up .nav-pills {
    text-align: left;
}
.product-container .bottom .up .tab-content{
	border: solid 1px #ccc;
}
.product-container .bottom .up .tab-content > .tab-pane{
	padding-left: 17px;
	padding-top: 45px;
	padding-bottom: 18px;
}
.product-container .bottom .up .tab-content .title{
	color: #00A0E4;
	margin: 0px 0 6px 8px;
	font: 20px/30px Arial, "微軟正黑體";
}
.product-container .bottom .up .tab-content .info {
	margin-left: -13px;
	padding-bottom: 25px;
}
.product-container .bottom .up .tab-content .info ol li{
	font: 16px/30px Arial, "微軟正黑體";
	letter-spacing: 0.5px;
	color: #666666;
}


/*===== Product Inner Modal =====*/

#pdreqModal .modal-dialog{
	width: 422px;
	height: 100%;
	margin: 0 auto;
}
#pdreqModal .modal-content{
	border-radius: 0;
	/*border-top: solid 2px #0091cb;*/
	background: #0091cb;
	padding: 4px;
	width: 422px;
	top: 50%;
	transform: translateY(-50%);
}
#pdreqModal .modal-header,
#pdreqModal .modal-body,
#pdreqModal .modal-footer{
	background: #00a1e1;
	color: #FFF;
}
#pdreqModal .modal-header{
	border: 0;
	padding: 11px;
}
#pdreqModal .modal-header .close{
	position: absolute;
	top: 29px;
    right: 22px;
	opacity: 1;
}
#pdreqModal .modal-header .modal-title{
    font-size: 26px;
    padding-left: 2px;
    letter-spacing: 2px;
}
#pdreqModal .modal-header .close span{
	color: #FFF;
}
#pdreqModal .modal-header .close span:after{
	font-family: "icomoon";
	content: "\f52d";
}
#pdreqModal .modal-body{
	height: 139px;
	line-height: 84px;
}
#pdreqModal .modal-body p{
    font-size: 16px;
    text-align: center;
    letter-spacing: 1.5px;
}
#pdreqModal .modal-footer{
	padding: 0px;
	border-top: solid 1px #0091cb;
}
#pdreqModal .modal-footer button{
	width: 100%;
	background: #FFF;
	color: #00a1e1;
	border-radius: 0;
	border: 0;
	font-size: 18px;
	padding: 11px 12px;
}

/*===== Product Inner Responsive =====*/

.max-bg-size section.product-container{
	width: 95%;
}

.max-bg-size .product-container .body #gallery .img-border{
	width: 75%;
}
.max-bg-size .product-container .body #gallery > ul {
    float: left;
    width: 20%;
    padding-left: 5%;
}
.max-bg-size .product-container .body #gallery > ul > li{
    height: 120px;
    border: solid 1px #ccc;
    float: left;
}
.max-bg-size .product-container .body #gallery > ul > li:last-child{
	margin-right: 0;
}

.max-lg-size .product-container .body #gallery .img-border{
	width: 100%;
}
.max-lg-size .product-container .body #gallery > ul {
    float: left;
    width: 100%;
    display: inline-block;
    padding-left: 0;
    padding-top: 15px;
}
.max-lg-size .product-container .body #gallery > ul > li{
	display: inline-block;
    height: 120px;
    width: 23%;
    margin-right: 2.6%;
    border: solid 1px #ccc;
    float: left;
}
.max-lg-size .product-container .body #gallery > ul > li:last-child{
	margin-right: 0;
}



@media screen and (max-width: 1407px){
	.max-bg-size section#content{
	    position: relative;
		left: 50%;
	    -webkit-transform: translateX(-50%);
		-mos-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	.max-bg-size .product-container .body #gallery > ul > li{
		height: 108px;
	}
}



@media screen and (max-width: 1199px){
	.product-container .body #gallery .img-border{
		height: 343px;
	}
}


@media screen and (max-width: 991px){
	
	.max-md-size #content{
		margin-bottom: 30px;
	}
	.max-md-size .top .title,
	.max-md-size .product-container > .body {
		width: 435px;
	    margin: 0 auto;
	    position: relative;
	    display: block;
	    float: left;
	    left: 50%;
		-webkit-transform: translateX(-50%);
		-mos-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	.max-md-size .top .title#LeftTitle h3{
		padding: 0;
	}
	.max-md-size .product-container .body #gallery {
		padding: 0;
	}
	.max-md-size .product-container .body #gallery .img-border,
	.max-md-size .product-container .body #gallery > ul{
		width: 435px;
		position: relative;
		display: block;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-mos-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		transform: translateX(-50%);
	}

	.max-md-size .product-container .body #gallery .img-border{
		height: 435px;
	}
	.max-md-size .product-container .body .note{
	     padding-left: 0px; 
	}

	.max-md-size .product-container .head .nav ul li {
	    width: auto !important;
	}
	.max-md-size .product-container .head .title,
	.max-md-size .product-container .head .nav{
		width: auto;
	}
	.max-md-size .product-container .head .title h2{
		font-size: 24px;
	}
	.max-md-size .product-container .head .nav{
		margin-top: 25px;
	}

	
	.max-md-size .product-container .body .note,
	.max-md-size .product-container .body .note .body{
		position: relative;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-mos-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		transform: translateX(-50%);
		display: inline-block;
	}
	.max-md-size .product-container .body .note{
		padding-left: 0px;
		padding-right: 0px;
		width: 100%;
		height: 100%;
		display: block;
    	float: left;
	}
	.max-md-size .product-container .body .note .body .title{
		text-align: center;
	}
	.product-container .body .note .categoryInfo{
		width: 100%;
		margin: 0 auto;
		margin-top: 5px;
		display: block;
    	float: left;
	}
	.product-container .body .note .toolbar{
		position: relative;
	    height: 100px;
	    width: 100%;
	    display: block;
	    float: left;
	    margin-top: 20px;
	}
	.product-container .body .note .toolbar ul {
	    margin: 0;
	    height: 40px;
	    position: relative;
	    left: 50%;
	    -webkit-transform: translateX(-50%);
		-mos-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		transform: translateX(-50%);
	    width: 340px;
	}
	.product-container .body .note .toolbar ul li:last-child{
	    margin-right: 0px;
	}
	.max-md-size .product-container .bottom{
		width: 435px;
	    /* margin: 0 auto; */
	    position: relative;
	    left: 50%;
		-webkit-transform: translateX(-50%);
		-mos-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		transform: translateX(-50%);
	    position: relative;
	    display: block;
	    float: left;
	}


	.max-md-size .product-container .bottom .up .tab-content{
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	.max-md-size .product-container .bottom .up .tab-content .title{
		text-align: center;
	}
	.product-container .bottom .up .tab-content .info {
		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: -8px;
	}

}
@media screen and (max-width: 767px){

	.max-sm-size .top .title#LeftTitle h3{
		text-align: center;
	}
	.max-sm-size .product-container .head .nav ul li {
	    width: auto !important;
	}
	.max-sm-size .product-container .head .title,
	.max-sm-size .product-container .head .nav{
		width: auto;
	}
	.max-sm-size .product-container .head .title h2{
		font-size: 24px;
	}
	.max-sm-size .product-container .head .nav{
		margin-top: 25px;
	}

	.max-sm-size .product-container .body #gallery .img-border {
	    height: 200px;
	    width: 200px;
	}
	.max-sm-size .product-container .body #gallery #main-img{
		max-height: 60%;
	}
	
	.max-sm-size .product-container .body #gallery > ul > li{
		height: 90px;
		width: 90px;
		margin-right: 5.7%;
	}
	.max-sm-size .product-container .body .note,
	.max-sm-size .product-container .body .note .body,
	.max-sm-size .product-container .body .note .categoryInfo{
		position: relative;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-mos-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		transform: translateX(-50%);
		display: inline-block;
	}
	.max-sm-size .product-container .body .note{
		padding-left: 0px;
		padding-right: 0px;
		width: 80%;	
	}
	.max-sm-size .product-container .body .note .body .title,
	.max-sm-size .product-container .body .note .body .price{
		text-align: center;
	}
	.product-container .body .note .categoryInfo{

		margin-top: 0px;
	}
	.max-sm-size .product-container .bottom .up .tab-content{
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	.max-sm-size .product-container .bottom .up .tab-content .info{
		width: 80%;
	}
	.max-sm-size .product-container .bottom .up .tab-content .info ol{
		margin-left: -23px;
	}
	.max-sm-size .product-container .bottom .up .tab-content .title{
		text-align: center;
	}
}

@media screen and (max-width: 479px){
	.max-xs-size .product-container .body,
	.max-xs-size .product-container .bottom{
		width: 310px;
	}
	.max-xs-size section.product-container {
	    width: 100%;
	}
	.max-xs-size .product-container .head .nav{
		float: left;
		width: 100%;
		text-align: center;
	}
	.max-xs-size .product-container .head .title{
		float: right;
		width: 100%;
		text-align: center;
	}
	
	.max-xs-size .product-container .body #gallery{
		padding: 0;
	}
	.max-xs-size .product-container .body #gallery > ul{
		width: auto;
	}
	.max-xs-size .product-container .body #gallery > ul > li{
		height: 70px;
		width: 70px;
		margin-right: 5px;
	}
	#gallery ul li img{
		max-height: 65px;
	}
	.max-xs-size .product-container .body .note{
		width: 100%;
	}
	.product-container .body .note .categoryInfo{
		width: 100%;
		padding: 0 10px;
	}
	.product-container .body .note .toolbar ul {
	    width: 320px;
	}
	.product-container .body .note .toolbar ul li button.btn {
	    width: 111px;
	}

	.max-xs-size #product-container .nav-tabs li{
		width: auto;
	}
	.max-xs-size .product-container .bottom .up .nav-tabs > li {
	    float: left;
	}
	.max-xs-size #product-container .nav-tabs{
		padding: 0;
	}

	.max-sm-size .product-container .bottom .up .tab-content .info{
		width: 100%;
		margin-left: 0;
		padding-right: 10px;
	}
	.max-sm-size .product-container .bottom .up .tab-content .info ol{
		margin-left: 0;
	}
}



/* ==========================================================================
	Gallery 
 ========================================================================== */

@media screen and (min-width: 1408px){
	.min-bg-size .product-container .body #gallery{
		width: 660px;
	}
}
.product-container .body #gallery ul{
	-webkit-padding-start: 0;
}
.product-container .body #gallery .slider-main{
	float: left;
	width: calc(100% - 118px);
}
.product-container .body #gallery .slider-nav{
	float: right;
	width: 108px;
}
.product-container .body #gallery .slider-main li{
	width: 520px;
	height: 472px;
	border: solid 1px #ccc;
	position: relative;
}
.product-container .body #gallery .slider-main li figure{
	width: 520px;
	height: 520px;
}
.product-container .body #gallery .slider-main li img{
	min-height: auto;
    min-width: auto;
    /*height: 400px;*/
	position: absolute;
	top: 50%;
	left: 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-container .body #gallery .slider-nav .pic{
	width: 108px;
	height: 108px;
	position: relative;
	border: solid 1px #ccc;
	margin-bottom: 13px;
}
.product-container .body #gallery .slider-nav .pic img{
	width: 100%;
	height: auto;
	/*max-height: 100px;*/
	padding: 10px;
	position: absolute;
	top: 50%;
	left: 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%);
}

@media screen and (min-width: 1408px){
	.product-container .body #gallery .slider-nav .slick-prev{
		display: none!important;
	}
	.product-container .body #gallery .slider-nav .slick-next{
		right: 0;
	    margin: auto;
	    bottom: -5px;
	    position: relative;
	}
	.product-container .body #gallery .slider-nav .slick-next:before{
		color: #000;
	    font-size: 20px;
	    font-family: 'icomoon';
	    display: block;
	    border-top-left-radius: 0;
	    border-top-right-radius: 0;
	    border-bottom-right-radius: 0;
	    border-bottom-left-radius: 0;
	    border-radius: 0;
	    width: 50px;
	    height: 50px;
	    background: transparent;
	    text-align: center;
	    line-height: 50px;
	    -webkit-transform: rotate(90deg);
		-mos-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		transform: rotate(90deg);
	}
}
@media screen and (max-width: 1407px){
	.product-container .body #gallery {
		width: 530px;
	}
	.product-container .body #gallery .slider-main{
		float: left;
		width: calc(100% - 13px);
	}
	.product-container .body #gallery .slider-main li{
		width: 480px;
		height: 480px;
		border: solid 1px #ccc;
		position: relative;
	}
	.product-container .body #gallery .slider-main li figure{
		width: 480px;
		height: 480px;
	}
	.product-container .body #gallery .slider-nav{
		float: left;
		width: 530px;
	}
	.product-container .body #gallery .slider-nav .pic{
		margin-right: 13px;
		margin-bottom: 0;
	}
	.product-container .body #gallery .slider-nav .slick-next{
		right: -50px;
	}
	.product-container .body #gallery .slider-nav .slick-next:before{
		color: #000;
		color: #000;
	    font-size: 20px;
	    font-family: 'icomoon';
	    display: block;
	    border-top-left-radius: 0;
	    border-top-right-radius: 0;
	    border-bottom-right-radius: 0;
	    border-bottom-left-radius: 0;
	    border-radius: 0;
	    width: 50px;
	    height: 50px;
	    background: transparent;
	    text-align: center;
	    line-height: 50px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1199px){
	.product-container .body #gallery {
		width: 460px;
	}
	.product-container .body #gallery .slider-nav{
		width: 460px;
	}
	.product-container .body #gallery .slider-nav .pic{
		height: 102px;
	}
	.product-container .body #gallery .slider-nav .pic img{
		max-height: 95px;
	}
}
@media screen and (max-width: 992px){

	.product-container .body #gallery {
	    width: 530px;
	    position: relative;
	    left: 50%;
		-webkit-transform: translateX(-50%);
		-mos-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		transform: translateX(-50%);
	}

	.product-container .body #gallery .slider-nav .slick-prev{
		left: -50px;
	}
	.product-container .body #gallery .slider-nav .slick-prev:before{
		color: #000;
		color: #000;
	    font-size: 20px;
	    font-family: 'icomoon';
	    display: block;
	    border-top-left-radius: 0;
	    border-top-right-radius: 0;
	    border-bottom-right-radius: 0;
	    border-bottom-left-radius: 0;
	    border-radius: 0;
	    width: 50px;
	    height: 50px;
	    background: transparent;
	    text-align: center;
	    line-height: 50px;
	}


}

@media screen and (max-width: 767px){

	.product-container .body #gallery {
	    width: 480px;
	}
	.product-container .body #gallery .slider-main li{
		width: 480px;
		height: 480px;
	}
	.product-container .body #gallery .slider-main li figure{
		width: 480px;
		height: 480px;
	}
	.product-container .body #gallery .slider-main li img{
		height: 100%;
		max-height: 350px;
	}
	.product-container .body #gallery .slider-nav{
		width: 475px;
	}
	.product-container .body #gallery .slider-nav .pic{
		height: 115px;
	}
	.product-container .body #gallery .slider-nav .pic img{
		min-height: 90px;
		height: 100%;
	}

}

@media screen and (max-width: 599px){

	.product-container .body #gallery {
	    width: 380px;
	}
	.product-container .body #gallery .slider-main li{
		width: 380px;
		height: 380px;
	}
	.product-container .body #gallery .slider-main li figure{
		width: 380px;
		height: 380px;
	}
	.product-container .body #gallery .slider-main li img{
		height: 100%;
    	max-height: 300px;
	}
	.product-container .body #gallery .slider-nav{
		width: 375px;
	}
	.product-container .body #gallery .slider-nav .pic{
		height: 80px;
	}
	.product-container .body #gallery .slider-nav .pic img{
		min-height: 70px;
		height: 100%;
	}

}

@media screen and (max-width: 479px){

	.product-container .body #gallery {
	    width: 300px;
	}
	.product-container .body #gallery .slider-main li{
		width: 300px;
		height: 300px;
	}
	.product-container .body #gallery .slider-main li figure{
		width: 300px;
		height: 300px;
	}
	.product-container .body #gallery .slider-main li img{
		height: 100%;
    	max-height: 300px;
	}
	.product-container .body #gallery .slider-nav{
		width: 295px;
	}
	.product-container .body #gallery .slider-nav .pic{
		height: 80px;
	}
	.product-container .body #gallery .slider-nav .pic img{
		min-height: 70px;
		height: 100%;
	}

}