/* site */
body {
	background: transparent;
}

.map {
	width: 95%; 
	height: 320px;
	display: none;
	z-index: 4;
	/*margin-bottom: 120px;*/
}

.sun {
	position: absolute;
	z-index: 5;
	display: none;
	bottom: 0;
	left: 0;
	width: 95%; 
	height: 320px;
}

.sun img {
	width: 95%; 
	height: 320px;
}

.calculating {
	position: absolute;
	z-index: 6;
	display: none;
	height: 320px;
	width: 95%; 
	bottom: 0;
	left: 0;
	background: url( /local/images/opaque.png );
	color: #ffffff;
	font-size: 22px;
	line-height: 25px;
	font-weight: bold;
}

.calculate-block {
	position: absolute;
	width: 95%; 
	margin-top: 40px;
	text-align: center;
	display: none;
}

.extra-info {
	display: none;
	width: 95%;
}

#street {
	width: 125px;
}

#city {
	width: 85px;
}

.typeSelect {

}

.nav-tabs {
	margin-right: 20px;
}

.quotecontainer .quote-content {
	color: #ffffff;
}

.quotecontainer input {
	/*color: #2f2f2f !important;*/
}

.quotecontainer .header-shadow-alt, .header-shadow-alt-inverted {
	background: none;
}

.SolarThermal {
	display: none;
	visibility: hidden;
}

.framing a[target="_blank"] img {
	display: none;
	visibility: hidden;
}