.col {
	margin: 0% 0 0 0%;
	position: relative;
}

.ui-state-focus {
	outline:0;
}

.ui-slider-horizontal .ui-state-default {
	background: url(slider.png) no-repeat scroll 50% 50%;
	width:144px;
	height:61px;
	border:0;
	position: absolute;
	top: -24px;
	left: 100px;
	background-size: 50%;
}

.ui-slider .ui-slider-handle {
	margin-left: -4em;
}
section.bulbs {
	background-color: black;
}

.span_1_of_4 {
	width:25%;
}
section.bulbs img {
	width: 100%;
	height: auto;
}

div.bg {
	z-index:1;
	position:relative;
}

.bg_incand {
	background: radial-gradient(circle farthest-side at 50% 32%, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); 
	background-color:rgba(188,232,255,0.317);
}

img.bg_halogen {
	background: radial-gradient(circle farthest-side at 50% 32%, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); 
	background-color:rgba(188,232,255,0.385);
}

img.bg_cfl {
	background: radial-gradient(circle farthest-side at 50% 34%, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); 
	background-color:rgba(188,232,255,1);
}

img.bg_led {
	background: radial-gradient(circle farthest-side at 50% 32%, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); 
	background-color:rgba(188,232,255,0.857);
}

section.saving {
	
	margin-bottom: 1em;
}

div.mask {
	z-index:2;
	position:absolute;
	top:0;
}

div.bulb {
	z-index:3;
	position:absolute;
	top: 3%;
	width:70%;
	margin: 20% 15% 0% 15%;
}

div.lumens {
	position: absolute;
	bottom: 3%;
	color: white;
	text-align: center;
	z-index: 100;
	width: 100%;
	text-shadow: 1px 1px 2px black;
}

div.lumens strong {
	font-size: 2em;
}

div.title {
	width:100%;
	height: auto;
	text-align: center;
	color:white;
	font-weight: bold;
	font-size: 1.4em;
	position: absolute;
	z-index: 100;
	top: 3%;
	text-shadow: 1px 1px 2px black;
}
div.annual_cost {
	text-align: center;
	line-height: 1em;
/* 	color: white; */
}
div.annual_cost p {
	text-align: center;
	font-size: 1.2em;
	line-height: 1em;
	margin: 0.8em 0 0.5em 0;
}

div.cost {
	color: #fff;
	font-size: 1.2em;
	text-align: center;
	background-color: #64d300;
	line-height: 1.4em;
	margin: 0 auto;
	display: inline-block;
	padding: 0.7em 0.4em 0.2em 0.4em;
}

div.cost strong { font-size: 2.0em; }
sup {
	top: -.9em;
	font-size: 90%;
}

#watts_min { width: 8%; float:left; font-weight: normal; text-align: left; margin: 0.3em 0;}
#watts_max { width: 12%; float:right; font-weight: normal; text-align: right; margin: 0.3em 0;}
#watts_slider { width: 80%; margin: 0.4em auto 1em auto; float: left; }

#long_slider { width:80%; margin: 0.4em auto 1em auto; float: left; }
#long_min { width: 10%; float:left; font-weight: normal; text-align: left; margin: 0.3em 0;}
#long_max { width: 10%; float:right; font-weight: normal; text-align: right; margin: 0.3em 0;}

table.slider {
	width: 100%;
}

table.slider td, table.slider th {
	padding: 0.5em;
}

table.slider thead th {
	text-align: left;
	font-weight: normal;
	font-size: 1.5em;
}

table.slider.wattage {
	background-color: #4c9fee;
	color: white;
}

table.slider.longevity {
	background-color: #4c9fee;
	color: white;
}

div.longevity {
	position: absolute;
	bottom: 3%;
	color: white;
	text-align: center;
	z-index: 100;
	width: 100%;
	text-shadow: 1px 1px 2px black;
}

div.longevity strong {
	font-size: 1.2em;
}

table.data.wattage th span { font-weight: normal; }
table.kelvin { width: 100%; }

table.kelvin thead th {
	background-color: white;
	border-right: 1px solid #e7e7e7;
}

table.kelvin thead th:last-child { border-right:0; }

section.temp_slider {
	background: url(/img/lumens/kelvin-grad.png);
	background: -moz-linear-gradient(left, #fc5453 0%, #ffee02 20%, #fffee9 40%, #e0fbfc 60%, #d9f2f9 80%, #7bcef2 100%);
	background: -webkit-linear-gradient(left, #fc5453 0%,#ffee02 20%,#fffee9 40%,#e0fbfc 60%,#d9f2f9 80%,#7bcef2 100%);
	background: linear-gradient(to right, #fc5453 0%,#ffee02 20%,#fffee9 40%,#e0fbfc 60%,#d9f2f9 80%,#7bcef2 100%); 
	padding: 0.5em 0;
}

#temp_slider {
	margin: 1em auto;
	width: 85%;
}

.room-container { position: relative; }
.room-container img { width:100%; }

.room-container .base {
	position:relative;
	z-index: 1;
	width:100%;
}

.room-container .red {
	position:absolute;
	z-index: 2;
	top:0;
	opacity: 0;
}

.room-container .blue {
	position:absolute;
	z-index: 3;
	top:0;
	opacity: 0;
}
  
@media only screen and (max-width: 1140px) {
	div.title { font-size: 1.2em; } 
	div.lumens { line-height: 1.2em;}
	div.lumens strong { font-size: 1.6em; }
}

@media only screen and (max-width: 960px) {
	div.title { font-size: 1.0em; } 
	div.lumens { line-height: 1.2em; }
	div.lumens strong { }
}

/*  BELOW 480 PIXELS */
@media only screen and (max-width: 480px) {
	.col { margin:0% 0; }
	div.cost { font-size: 1.0em; }
	div.longevity { font-size: 0.7em; line-height: 1.2em; }
	div.annual_cost p { padding: 0; font-size: 1em; padding-top: 0.5em; }
	span#long_val { display: block;}
	div.annual_cost p.small { font-size: 0.8em; }
}

@media only screen and (max-width: 400px) {
	#power_val { padding: 0.5em 0; }
	#min_watts, #max_watts { font-size: 0.8em; }
	div.cost { font-size: 0.9em; }
	div.lumens { font-size:0.8em; text-shadow: 1px 1px 2px black; }
	div.title { top:1%;  font-size: 0.7em; text-shadow: 1px 1px 2px black; }
	div.lumens strong { font-size: 1.2em; }
	div.annual_cost p { font-size: 0.9em; line-height: 1.1em; }
	table.data.wattage thead th { font-size: 0.7em; }
}

@media only screen and (max-width: 320px) {
	div.cost { font-size: 0.85em; }
	}