@charset "utf-8";


/*************************
	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: 'SamsungOne800';
	font-size: 30px;
	text-transform: uppercase;
}

#key-specs .row > div {
	-webkit-font-smoothing: antialiased;
	color: #fff;
}

#key-specs .row > div h3 {
	font-family: 'SamsungOne800';
	font-size: 18px;
	line-height: 30px;
}

#key-specs .row > div h3 span {
	font-family: 'SamsungOne800';
	font-size: 18px;
	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%);

}
   








#key-specs .key-specs-content {
	*zoom: 1;
	margin-bottom: 1.5em
}

#key-specs .key-specs-content:before, #key-specs .key-specs-content:after
	{
	display: table;
	content: ""
}

#key-specs .key-specs-content:after {
	clear: both
}

#key-specs .key-specs-content .specs-data h4 {
	border-bottom: 1px solid #dadee2;
	font-size: 1em;
	padding-bottom: .3em;
	margin-bottom: .3em
}

#key-specs .key-specs-content .specs-data li {
	padding-right: 2em;
	min-height: 78px;
}

#key-specs .key-specs-content .specs-data li p {
	font-size: 2em
	font-family:'SamsungOne400';
}

#key-specs .specLink {
    margin-left: 1em;
}

#key-specs .pdf {
	margin-left: 1em
}

#key-specs .show-hide-specs p {
	margin: 0
}

full-specs {
	clear: both
}

full-specs h2 {
	margin-top: .83em
}

.data-row {
	padding: 1.25em 0 0;
	border-bottom: 1px solid #dadee2
}

.data-row.last {
	border: 0
}

.specs-data {
	margin: 0;
	padding: 0
}

.specs-data li {
	list-style: none;
    display: inline-block;
    vertical-align: top;
	width: 31.4%;
	margin: 0 0 1.25em;
	padding: 0 .5em 0 0;
	min-height: 30px;
}

.specs-data li.modelcode{
	list-style: none;
    display: inline-block;
    vertical-align: top;
	width: 31.4%;
	margin: 0 0 0;
	padding: 0 .5em 0 0;
}

.specs-data li h4 {
	margin: 0;
	font-family:'SamsungOne400';
	font-size: .75em;
	font-weight: 400;
	text-transform: uppercase
}

.specs-data li h4 span {
	margin: 0;
	font-family:'SamsungOne600';
	font-size: 14px;
	text-transform: uppercase
}

.specs-data li p {
	font-family: 'SamsungOne400';
	margin: 0;
	font-size: 14px;
	color: #6b747d
}

.specs-data sup {
	font-family: 'SamsungOne400';
	font-size: 85%;
	top: -.25em;
	text-transform: none;
	color: #000;
}

.span6 sup {
	font-family: 'SamsungOne400';
	font-size: 72%;
	top: -.25em;
	text-transform: none;
	color: #000;
}

.content-hidden .specinfo{
	margin: 20px 0 20px 5px;
	font-size:14px;
	color:#666;
}

.content-hidden .specinfo li{
	position:relative;
	margin-left:15px;
}
.content-hidden .specinfo li>i{
	position:absolute;
	margin-left:-20px;
}

.content-hidden .specinfo li p{
	text-indent:15px;
}


.accordion-group {
	position: relative	
}

.section-content {
		display: none;
		overflow: hidden;
		-webkit-backface-visibility: hidden;
		-moz-backface-visibility: hidden;
		-ms-backface-visibility: hidden;
		-o-backface-visibility: hidden;
		backface-visibility: hidden
	}













.row-fluid {
  width: 100%;
  *zoom: 1;
}
.row-fluid:before, .row-fluid:after {
  display: table;
  content: "";
}
.row-fluid:after {
  clear: both;
}
.row-fluid [class*="span"] {
  float: left;
  margin-left: 2.73973%;
  *margin-left: 2.69692%;
}
.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}
.row-fluid .span1 {
  width: 1.5411%;
  *width: 1.49829%;
}
.row-fluid .span2 {
  width: 5.82192%;
  *width: 5.77911%;
}
.row-fluid .span3 {
  width: 10.10274%;
  *width: 10.05993%;
}
.row-fluid .span4 {
  width: 14.38356%;
  *width: 14.34075%;
}
.row-fluid .span5 {
  width: 18.66438%;
  *width: 18.62158%;
}
.row-fluid .span6 {
  width: 22.94521%;
  *width: 22.9024%;
}
.row-fluid .span6 h3 span {font-size:18px;font-family:'SamsungOne800';
}
.row-fluid .span7 {
  width: 27.22603%;
  *width: 27.18322%;
}
.row-fluid .span8 {
  width: 31.50685%;
  *width: 31.46404%;
}
.row-fluid .span9 {
  width: 35.78767%;
  *width: 35.74486%;
}
.row-fluid .span10 {
  width: 40.06849%;
  *width: 40.02568%;
}
.row-fluid .span11 {
  width: 44.34932%;
  *width: 44.30651%;
}
.row-fluid .span12 {
  width: 48.63014%;
  *width: 48.58733%;
}
.row-fluid .span13 {
  width: 52.91096%;
  *width: 52.86815%;
}
.row-fluid .span14 {
  width: 57.19178%;
  *width: 57.14897%;
}
.row-fluid .span15 {
  width: 61.4726%;
  *width: 61.42979%;
}
.row-fluid .span16 {
  width: 65.75342%;
  *width: 65.71062%;
}
.row-fluid .span17 {
  width: 70.03425%;
  *width: 69.99144%;
}
.row-fluid .span18 {
  width: 74.31507%;
  *width: 74.27226%;
}
.row-fluid .span19 {
  width: 78.59589%;
  *width: 78.55308%;
}
.row-fluid .span20 {
  width: 82.87671%;
  *width: 82.8339%;
}
.row-fluid .span21 {
  width: 87.15753%;
  *width: 87.11473%;
}
.row-fluid .span22 {
  width: 91.43836%;
  *width: 91.39555%;
}
.row-fluid .span23 {
  width: 95.71918%;
  *width: 95.67637%;
}
.row-fluid .span24 {
  width: 100%;
  *width: 99.95719%;
}

@media (min-width:481px) and (max-width:767px) {
.row-fluid .span18 {
  width: 69%;
  *width: 69%;
} 
.row-fluid .span6 {
  width: 28%;
  *width: 28%;
} 
.sec-title{
	font-size:22px;
}   
.row-fluid .span6 h3{
	margin-bottom:10px;
}
.row-fluid .span6 h3 span {
	font-size:14px;
	font-family:'SamsungOne800';
}   
.specs-data li {
	list-style: none;
    display: inline-block;
    vertical-align: top;
	width: 48%;
	margin: 0 0 1.25em;
	padding: 0 .5em 0 0;
	min-height: 30px;
}

.specs-data li.modelcode{
	list-style: none;
    display: inline-block;
    vertical-align: top;
	width: 48%;
	margin: 0 0 0;
	padding: 0 .5em 0 0;
}   
  
}

@media (max-width:480px) {
.row-fluid .span18 {
  width: 100%;
  *width: 100%;
} 
.row-fluid .span6 {
  width: 100%;
  *width: 100%;
} 
.sec-title{
	font-size:22px;
}   
.row-fluid .span6 h3{
	margin-bottom:10px;
}
.row-fluid .span6 h3 span {
	font-size:14px;
	font-family:'SamsungOne800';
}   
.specs-data li {
	list-style: none;
    display: inline-block;
    vertical-align: top;
	width: 100%;
	margin: 0 0 1.25em;
	padding: 0 .5em 0 0;
	min-height: 30px;
}

.specs-data li.modelcode{
	list-style: none;
    display: inline-block;
    vertical-align: top;
	width: 100%;
	margin: 0 0 0;
	padding: 0 .5em 0 0;
}   

.show-more-spec .data-table{overflow-x:hidden !important; margin-top: 20px;}  
   
}