/*************************
	CONTAINER
*************************/

#main {
	max-width: 1050px;
	margin: auto;
}

/*************************
	HELPERS
*************************/

#key-specs .row {
	width: 100%;
	margin: 0;
}

#key-specs .col-md-4 {
	width: 32.4%;
}
#key-specs .row > div:nth-of-type(3n) {
	margin-right: 0;
}

@media screen and (max-width: 767px) {
	#key-specs .col-xs-12 {
		width: 100%;
	}
}

#key-specs .down-arrow:before {
	display: inline-block;
	height: 17px;
	width: 15px;
	margin-right: 10px;
	background: url('/us/images/consumer/product/down-arrow.png') center no-repeat;
	content: '';
	vertical-align: middle;
}

#key-specs .energy-guide-key:before {
	display: inline-block;
	height: 32px;
	width: 42px;
	margin-right: 10px;
	 background: url('/us/images/global/icon-energy-guide.png') center no-repeat !important;
	content: '';
	vertical-align: middle;	
}

/*************************
	FONT STYLES/SIZING
*************************/


#key-specs h1 {
	font-family: 'InterfaceR', Helvetica, Arial, sans-serif;
	font-size: 30px;
	text-transform: uppercase;
}

#key-specs .row > div {
	-webkit-font-smoothing: antialiased;
	color: #fff;
}

#key-specs .row > div h3 {
	font-family: 'InterfaceR', Helvetica, Arial, sans-serif;
	font-size: 30px;
	line-height: 30px;
}

#key-specs .row > div h3 span {
	font-size: 20px;
	padding: 0 2px;
}

#key-specs ul[data-detail-key-spec] li h2 {
	font-size: 22px;
}

/*************************
	STYLES
*************************/

#key-specs h1 {
	margin: 10px auto;
}

#key-specs .row > div {
	position: relative;
	background: url('/us/images/consumer/product/specs-bg.jpg') center center no-repeat;
	background-size: 100% 100%;
	display: inline-block;
	margin: 10px 5px 0 0;
	/*padding: 20px 30px 0;*/
	padding-left:30px;
	padding-right:30px;
	height: 125px;
	vertical-align: top;
	text-align: center;
	box-sizing: border-box;
	opacity: 1;
	transition: all 0.2s ease-in-out;
}

#key-specs .row > div h3 {
	margin-bottom: 0;
}

#key-specs .row > div hr {
	margin: 10px 0;
	border-top: 1px solid #fff;
}
/*
#key-specs .row > div img {
	margin-top: -14px;
}*/

#key-specs ul {
	padding: 0;
	list-style: none;
}

#key-specs ul[data-detail-key-spec] li {
	display: inline-block;
	margin: 0 40px 0 0;
}

/*************************
	TOOLTIP
*************************/

#key-specs .specsTooltip {
	display: none;
	color: #000;
	position: absolute;
	top: 0; left: 0; right: 0; bottom: 0;
	padding: 5px;
	margin: 10px;
	background: #fff;
}
#key-specs .specsTooltip p {
	text-align: left;
	margin: auto;
	font-size: 14px;
	width:95%;
}
#key-specs .specHover {
	cursor: pointer;
}
@media screen and (max-width: 767px) {
	#key-specs .specHover:after {
		position: relative;
		padding-bottom: 4px;
		top: 10px;
		right: 10px;
		height: 15px;
		width: 15px;
		background: url('/us/images/consumer/product/pointer-icon.png') left center no-repeat;
		background-size: cover;
		content: '';
		vertical-align: middle;
	}
}
#key-specs .specHover:hover {
	padding-bottom: 4px;
	opacity: 0.9;
}
#key-specs .specsTooltip .close-icon {
	position: absolute;
	top: -9px;
	right: -9px;
	cursor: pointer;
}

/*************************
	MOBILE
*************************/

@media screen and (max-width: 767px) {
	#key-specs ul[data-detail-key-spec] {
		padding-left: 10px;
	}
	#key-specs ul[data-detail-key-spec] li {
		display: block;
		margin: 10px;
	}
	#key-specs .down-arrow:before {
		width: 42px;
	}
}

#key-specs .center-align{
	position: relative;
    top: 50%;
    -webkit-transform-style: preserve-3d;
    -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);

}
   