footer {
	padding: .5em;
    background-color: #999999;
}

.navbar-nav > li > a{ padding: 30px 15px }
.navbar-brand{ padding-top: 5px; }
body {
	padding-top:15px;
}

.jumbotron{
	height: 500px;
}
hr.divider {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}
.promotop a:focus {outline:0;}
.promotop,.promotop a{
	background: #fa060c;
	padding: .5em;
	font-size: 1.1em;
	font-weight: bold;
	color: #FFF;
}
.img-bordered{
	border: 1px solid #000;
	height: auto;
	-webkit-box-shadow: -2px 2px 3px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 	-2px 2px 3px 2px rgba(0,0,0,0.3);
	box-shadow: 		-2px 2px 3px 2px rgba(0,0,0,0.3);
}
.green{
	color:#0b8605;

}
.red{
	color:#FF0000;
}
.carousel-caption h2{
	color: #099ed6 !important;
}

.overlayy{
  position:absolute;
  z-index:12;
  top:500;
  left:500;
  width:100%;
  text-align:center;
  color: red;
}
.logoslideroverlay{
  position:absolute;
  z-index:12;
  top:50%;
  left:0;
  width:100%;
  text-align:center;
}
.salebox h4{
	font-weight: bold;
	font-size: .9em;
}
.itembox{
	border: 1px solid #666;
	margin-bottom: 20px;
}
.saletag{
	position: absolute;
	top: 30px;
	right: 0px;
}
.gotoinstallations a{
	margin-bottom: 10px;
}
.gotoinstallations a.active{
	background-color: #666;
}


.btnbuy{
	padding:2px;
}

.price,.period,.statsale,.saledate{
	color:#FF0000;
}
.statregular{
}
.webprice{
	font-size: .85em;
	font-weight: bold;
}
.rprice{
	color:#000;
}
.period2,.stat2{
	color:#000;
}
.shipping1{
	color: #000;
	font-size: .8em;
}
.saledate{ font-size: .75em; line-height: 10%;}
.availablecount,.fineprint,.fineprint a{
	color:#009900;
}
#paypalphone img{ margin-top:5px; }
#paypalphone{
	list-style-type: none;
	display: inline;
}
#paypalphone li{
	display: inline;
}
.tollfree a, .tollfree li, .tollfree{ color:#003366;}
.h1_custom{font-size: 1.8em}
.fineprint{ text-transform: uppercase; font-size: .8em}
.fineprint a{ font-weight: bolder;}
.custom_small{ font-size: .5em}

.installation img, #installation img, #feats img{
	border: 1px solid black
}
#installation{
	/*background-color: #ff9933;*/
	padding: 1em;
	border-radius: 1em;
}
#diyinstall img{
	border: none;
	margin-bottom: .5em;
}

#nocontractor{
	font-family: 'Merriweather', serif;
	font-size: 1.7em;
	color: red;
	padding: .5em 0;
}

.salepage img{

}
.financingimage{
	margin: 2em 0 -2em 0;
	padding: 0;
}
.container2{
	padding-top: 7em;
}
#salebanner{
	padding:.5em;
}
.unitsavail{
	color:green;
	font-style: italic;
}
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15
{	
	position: relative;
	min-height: 1px;
	padding-right: 10px;
	padding-left: 10px;
}

.col-xs-15{
	width: 20%;
	float: left;
}

@media (min-width: 768px){
	.col-sm-15{
		width:20%;
		float: left;
	}
}
@media (min-width: 992px){
	.col-md-15{
		width:20%;
		float: left;
	}
}
@media (min-width: 1200px){
	.col-lg-15{
		width:20%;
		float: left;
	}
}

.imgfill img{
	size: 100%;
    width: 100%;
    height: 100%;
}

.imgcont{ position: relative }
.overstarburst{
	position: absolute;
	top: 50px;
	left: 50px;
}

.starburst2{
	position: absolute;
	right: 50px;
	top: -30px;
}

/** carousel arrow **/
.carousel-control.left{
	border:0px !important;
}

.carousel-control.right{
	border:0px !important;
}

/***** DROP DOWN MENU - makes title clickable **/

ul.nav li.dropdown:hover ul.dropdown-menu{
  display:block;
}


