/* =header
-------------------------------------------------------------- */
header.header {margin:auto;border-bottom:#ff7e00 3px solid}
/*
img.comLogo {
	display:block;
	float:left;
	width:120px;height:74px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
	img.comLogo {
	background-size:120px 74px
	}
}
*/
.h370 {min-height:370px}
.prodBg,
.secOpen {
	background-position:center top;
	background-repeat:no-repeat;
/*	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
*/
	background-attachment: fixed; 
	overflow: hidden
}
@media (min-width: 1920px) {
	.prodBg, .secOpen {background-size:100%}
}
.row.feaText {min-height:385px}

